Fixed font size on features page.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-11-05 16:08:39 -07:00
parent b0676991ac
commit 474bb7fb97
2 changed files with 1 additions and 6 deletions

View File

@@ -93,10 +93,6 @@
.features.detail-view .description::before {
content:" - ";
}
.features .dependencies li,
.features .actions {
font-size:1.4em;
}
.features .dependencies {
font-size:.9em;
margin:.44em 0 0;

View File

@@ -119,7 +119,7 @@ body {
/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
h1 { font-size: 1.231em; }
h1 { font-size: 1.308em; }
h2, h2 span { font-size: 1.154em; }
h3 { font-size: 1.077em; }
h4 { font-size: 1em; }
@@ -399,7 +399,6 @@ form.link button:hover {
margin:.2em 0;
}
#main ul h3 {
font-size:1.6em;
margin:0 0 .2em;
}