b1916af5efd3

Style tweaks
[view raw] [browse files]
author Justin Sippel <jsippel@fool.com>
date Sat, 22 Sep 2012 01:37:56 -0400
parents 8015c328ad2a
children cbe6c771290c
branches/tags (none)
files templates/static/tmf.css

Changes

--- a/templates/static/tmf.css	Fri Sep 21 18:39:03 2012 -0400
+++ b/templates/static/tmf.css	Sat Sep 22 01:37:56 2012 -0400
@@ -7,8 +7,8 @@
 body { 
 	background: #f6f6f6;
 	background: url("/static/absurd.png");
-	margin-top: 0;
-	margin-bottom: 0;
+	margin: 0;
+	padding: 0;
 }
 
 a {
@@ -30,8 +30,9 @@
     -webkit-box-shadow: 0 0 10px #555555;
     
     line-height: 45px;
-	padding: 0 50px;
-	margin: 0 -50px 10px -50px;
+	padding: 0 40px;
+	margin: 0;
+	margin-bottom: 10px;
 }
 
 div#top span {	
@@ -52,7 +53,7 @@
 
 div#container {
   background: transparent;
-  padding-bottom: 0;
+  padding: 0 40px;  
 }
 
 div.page-header {
@@ -76,8 +77,12 @@
 
 div.page-header .filename {
 	display: block;
-	font-size: 24px;
+	font-size: 32px;
 	font-weight: bold;
+	color: #1c4871;
+	margin: 0;
+	padding: 0;
+	margin-bottom: 20px;
 }
 
 div.page-header .repo {