Browse Source

better line-height on code samples

Dayle Rees 13 years ago
parent
commit
63a3e2b5ee
1 changed files with 6 additions and 1 deletions
  1. 6 1
      public/laravel/css/style.css

+ 6 - 1
public/laravel/css/style.css

@@ -218,7 +218,12 @@ pre
 	font-size:0.8em;
 	font-size:0.8em;
 	background-color:#f5f5f5;
 	background-color:#f5f5f5;
 	text-shadow:1px 1px 0 #fff;
 	text-shadow:1px 1px 0 #fff;
-	line-height:1.7em;
+	line-height:1.5em;
+}
+
+.content pre li
+{
+	margin:0.2em 0;
 }
 }
 
 
 code
 code