Changed the font-size of the h3 tag on the Manage Features page.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-05-26 16:40:03 -07:00
parent 01c7e29db2
commit 0fec7c869f

View File

@@ -3,6 +3,9 @@
margin-bottom:.2em;
}
.features h3 {
font-size:1.6em;
}
.features .category {
overflow:hidden;
}
@@ -68,7 +71,7 @@
.features .feature .actions {
position:absolute;
right:.4em;
top:.6em;
top:.4em;
}
.cathedral {