Changeset 1209
- Timestamp:
- 08/09/2008 04:58:42 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/css/wikka.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/css/wikka.css
r1208 r1209 8 8 9 9 body { 10 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;10 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif; 11 11 font-size: 13px; 12 12 /* text-align: justify; */ /* comment out this line if you really need justified text */ … … 17 17 } 18 18 19 p, td, li, input, select, textarea {20 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;21 line-height: 20px;22 font-size: 13px;23 }24 25 19 form, h1, h2, h3, h4, h5 { 26 20 margin: 0px; … … 36 30 .page { 37 31 color: #000; 38 font-size: 13px;39 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;40 32 background-color: white; 41 33 padding: 15px;