This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fixed line height issues in headings
master
Adrian Short
12 years ago
parent
6b647c08e7
commit
faada2be58
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save