changeset 15:24dfa7097724 default tip

Fixed the CSS bug in a different way.
author Atul Varma <varmaa@toolness.com>
date Tue, 06 Jan 2009 02:00:08 -0800
parents 85d0c5bf5935
children
files thingy.css
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/thingy.css	Tue Jan 06 01:57:48 2009 -0800
+++ b/thingy.css	Tue Jan 06 02:00:08 2009 -0800
@@ -15,18 +15,17 @@
     float: left;
     padding-left: 10px;
     padding-right: 10px;
-}
-
-.documentation p, .documentation ul {
     line-height: 1.4em;
 }
 
 .documentation h1 {
     font-weight: normal;
+    line-height: 1.4em;
 }
 
 .documentation h2 {
     font-weight: normal;
+    line-height: 1.4em;
 }
 
 .code {