Browse Source

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

remotes/test
carmie 16 years ago
parent
commit
29ab7845fe
2 changed files with 2 additions and 15 deletions
  1. +2
    -9
      trac/htdocs/common/css/trac.css
  2. +0
    -6
      trac/htdocs/main.css

+ 2
- 9
trac/htdocs/common/css/trac.css View File

@@ -7,13 +7,6 @@ body {
margin: auto;
font-size: 12px;
}

:link, :visited {
color: #224422;
}
:link:hover, :visited:hover {
color: #945973;
}
body, th, td {
font-family: 'Bitstream Vera Serif',times,serif;
}
@@ -104,13 +97,13 @@ ol.arabic {
/* Link styles */
:link,:visited {
text-decoration:none;
color:#b00;
color: #224422;
border-bottom:1px dotted #bbb;
}

:link:hover,:visited:hover {
background-color:#eee;
color:#555;
color: #945973;
}

h1 :link,h1 :visited,h2 :link,h2 :visited,h3 :link,h3 :visited,h4 :link,h4 :visited,h5 :link,h5 :visited,h6 :link,h6 :visited {


+ 0
- 6
trac/htdocs/main.css View File

@@ -1,8 +1,3 @@





#footer {
display: none;
}
@@ -63,4 +58,3 @@ th {
th a {
color: #224422;
}
y

Loading…
Cancel
Save