Changeset 10560 for dotorg/trunk_fixed/html/css
- Timestamp:
- 02/06/2008 02:55:28 AM (8 months ago)
- Files:
-
- 1 modified
-
dotorg/trunk_fixed/html/css/bep.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk_fixed/html/css/bep.css
r10543 r10560 1 1 /* 2 BitTorrent.org Screen CSS 3 2006 Apr 6, bri 2 BitTorrent.org BEP CSS 4 3 */ 5 4 … … 12 11 text-align:center; 13 12 } 14 13 15 14 #upper { 16 15 margin:0; … … 73 72 } 74 73 74 #first p { 75 font-size:3pt; 76 line-height:80pt; 77 } 78 79 75 80 #second li, 76 81 #second dt { … … 286 291 } 287 292 293 .literal-block { 294 margin-left:4em; 295 } 296 297 div.figure { 298 margin:2em 4em 1em 4em; 299 text-align: center; 300 font-size: 7pt; 301 } 302 303 p.caption { 304 text-align: left; 305 } 306