euscanwww: add charts bellow menu on herd/category/maintainer

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2012-03-05 11:27:53 +01:00
parent ff33042f36
commit 1d65ee1984
5 changed files with 91 additions and 23 deletions

View File

@ -69,29 +69,37 @@ a:hover, a:active
border-radius: 10px;
}
#menu {
.menu {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #67539B;
}
#menu, #menu_dl {
.menu {
width:100%;
margin-top: 75px;
background: #8076A1;
color: #FFF;
}
#menu a {
.menu a {
color: #fff;
}
#menu li
.menu li
{
list-style-type: none;
}
.menu dl {
margin-left: 15px;
}
.menu dd {
border: none;
}
#menus {
width: 200px;
position:absolute;