- Timestamp:
- 03/04/07 16:47:17 (21 months ago)
- Files:
-
- 1 modified
-
branches/website/site/index.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/site/index.css
r358 r363 1 body {1 body, th, td { 2 2 font-family: verdana, helvetica, sans-serif; 3 3 font-family: verdana; … … 5 5 margin-bottom: 10px; 6 6 text-align: center; 7 } 8 th, td { 9 text-align: left; 7 10 } 8 11 div.center { … … 114 117 font-size: 10px; 115 118 } 119 div#contents_text table.releases { 120 width: 100%; 121 } 122 div#contents_text table.releases th { 123 border-bottom: 1px solid #909090; 124 }
