Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3391 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 17 years ago
parent
commit
72cad6d785
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      trac/htdocs/main.css

+ 5
- 3
trac/htdocs/main.css View File

@@ -66,6 +66,10 @@ table, table.listing {
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
} }
table, thead {
-moz-border-radius-topleft: 5px;
-webkit-border-radius-topright: 5px;
}
fieldset { fieldset {
background: #88AA77; background: #88AA77;
border-color: #290c00; border-color: #290c00;
@@ -78,12 +82,10 @@ legend {
background: #fff; background: #fff;
opacity: 0.7; opacity: 0.7;
} }
th {
thead {
background: #88AA77; background: #88AA77;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
-moz-border-radius-topleft: 5px;
-webkit-border-radius-topright: 5px;
} }
th a { th a {
color: #290c00; color: #290c00;


Loading…
Cancel
Save