Browse Source

Fixed line height issues in headings

master
Adrian Short 12 years ago
parent
commit
faada2be58
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/assets/stylesheets/scaffolds.css.scss

+ 2
- 0
app/assets/stylesheets/scaffolds.css.scss View File

@@ -80,6 +80,7 @@ a.button, a.button:visited {


.feed_title { .feed_title {
font-size: 2.0em; font-size: 2.0em;
line-height: 1.1em;
} }


table { table {
@@ -103,6 +104,7 @@ th {
h1 { h1 {
font-size: 3.2em; font-size: 3.2em;
font-weight: normal; font-weight: normal;
line-height: 1.2em;
margin: 10px 0 40px 0; margin: 10px 0 40px 0;
} }




Loading…
Cancel
Save