comparison thingy.css @ 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
comparison
equal deleted inserted replaced
14:85d0c5bf5935 15:24dfa7097724
13 .documentation { 13 .documentation {
14 width: 380px; 14 width: 380px;
15 float: left; 15 float: left;
16 padding-left: 10px; 16 padding-left: 10px;
17 padding-right: 10px; 17 padding-right: 10px;
18 }
19
20 .documentation p, .documentation ul {
21 line-height: 1.4em; 18 line-height: 1.4em;
22 } 19 }
23 20
24 .documentation h1 { 21 .documentation h1 {
25 font-weight: normal; 22 font-weight: normal;
23 line-height: 1.4em;
26 } 24 }
27 25
28 .documentation h2 { 26 .documentation h2 {
29 font-weight: normal; 27 font-weight: normal;
28 line-height: 1.4em;
30 } 29 }
31 30
32 .code { 31 .code {
33 font-family: monaco, andale mono, lucidatypewriter, courier, 32 font-family: monaco, andale mono, lucidatypewriter, courier,
34 courier new, monospace; 33 courier new, monospace;