d25f60320cd4
Style tweaks
author | Justin Sippel <jsippel@fool.com> |
---|---|
date | Sat, 22 Sep 2012 16:00:22 -0400 |
parents | cbe6c771290c |
children | a80d7ee833e1 |
branches/tags | (none) |
files | templates/static/tmf.css |
Changes
--- a/templates/static/tmf.css Sat Sep 22 01:58:31 2012 -0400 +++ b/templates/static/tmf.css Sat Sep 22 16:00:22 2012 -0400 @@ -76,13 +76,14 @@ } div.page-header .filename { + color: #1c4871; display: block; font-size: 32px; font-weight: bold; - color: #1c4871; + line-height: 1em; margin: 0; - padding: 0; - margin-bottom: 20px; + margin-bottom: 10px; + padding: 0; } div.page-header .repo { @@ -139,6 +140,8 @@ text-align: center; text-decoration: none; text-shadow: 0 1px 0 white; + + min-width: 80px; } ul.page-nav li a:hover { @@ -274,4 +277,12 @@ div#readme { border: none; margin: 0; +} + +div#readme article{ + padding: 0 25px; +} + +div#readme article h1{ + margin-bottom: 10px; } \ No newline at end of file