- Timestamp:
- Jan 19, 2009, 2:33:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/main.css
r3390 r3391 67 67 -webkit-border-radius: 5px; 68 68 } 69 table, thead { 70 -moz-border-radius-topleft: 5px; 71 -webkit-border-radius-topright: 5px; 72 } 69 73 fieldset { 70 74 background: #88AA77; … … 79 83 opacity: 0.7; 80 84 } 81 th {85 thead { 82 86 background: #88AA77; 83 87 color: #fff; 84 88 font-weight: bold; 85 -moz-border-radius-topleft: 5px;86 -webkit-border-radius-topright: 5px;87 89 } 88 90 th a {
Note: See TracChangeset
for help on using the changeset viewer.