Browse Source

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

master
carmie 15 years ago
parent
commit
9932fe0ed3
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      trac/htdocs/libcaca.css

+ 4
- 2
trac/htdocs/libcaca.css View File

@@ -19,6 +19,7 @@ body, td, th, h1, h2, h3, h4, #main {
.corps { .corps {
margin: 0 5%; margin: 0 5%;
min-width: 750px; min-width: 750px;
position: relative;
} }


h1, h2, h3 { h1, h2, h3 {
@@ -97,7 +98,6 @@ dt em {
-moz-border-radius-topleft: 5px; -moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px; -moz-border-radius-topright: 5px;
border: none; border: none;
font-weight: bold;
font-size: 12px; font-size: 12px;
} }


@@ -144,7 +144,9 @@ dt em {
/* == Subnav == */ /* == Subnav == */


#metanav ul { #metanav ul {
font-weight: normal;
position: absolute;
top: 14px;
right: 0;
} }
#metanav :link:hover, #metanav :visited:hover { #metanav :link:hover, #metanav :visited:hover {
color: #984601; color: #984601;


Loading…
Cancel
Save