Browse Source

Tweak margins on headings and tables

tags/last-sinatra-version
Adrian Short 8 years ago
parent
commit
24696f3a4c
1 changed files with 4 additions and 16 deletions
  1. +4
    -16
      public/style.css

+ 4
- 16
public/style.css View File

@@ -89,21 +89,9 @@ a:hover
color: #fff; 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 h1
{ {
margin-top: 20px;
margin: 40px 0;
line-height: 1.4em; line-height: 1.4em;
font-weight: bold; font-weight: bold;
color: #555; color: #555;
@@ -111,7 +99,7 @@ h1


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


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


td, th td, th


Loading…
Cancel
Save