소스 검색

Tweak margins on headings and tables

tags/last-sinatra-version
Adrian Short 9 년 전
부모
커밋
24696f3a4c
1개의 변경된 파일4개의 추가작업 그리고 16개의 파일을 삭제
  1. +4
    -16
      public/style.css

+ 4
- 16
public/style.css 파일 보기

@@ -89,21 +89,9 @@ a:hover
color: #fff;
}

/*
Show icon for external links
https://stackoverflow.com/questions/18168286/how-can-i-style-external-links-like-wikipedia
*/

/*a[href^="//"]:after,
a[href^="http://"]:after,
a[href^="https://"]:after {
content: url(/external-link.png);
margin: 0 0 0 5px;
}*/

h1
{
margin-top: 20px;
margin: 40px 0;
line-height: 1.4em;
font-weight: bold;
color: #555;
@@ -111,7 +99,7 @@ h1

h2
{
margin-top: 40px;
margin-top: 20px;
line-height: 1.5em;
font-weight: bold;
color: #555;
@@ -119,7 +107,7 @@ h2

h3
{
margin: 30px 0 10px 0;
margin: 30px 0 0 0;
line-height: 1.5em;
font-weight: bold;
color: #555;
@@ -155,7 +143,7 @@ strong
table
{
border-collapse: collapse;
margin: 60px 0;
margin: 20px 0 60px 0;
}

td, th


불러오는 중...
취소
저장