reduce padding for sidebar-nav

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1376400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-23 08:09:48 +00:00
parent d640171861
commit c0bdc5622e
1 changed files with 4 additions and 0 deletions

View File

@ -144,3 +144,7 @@ footer {
padding: 5px 5px;
text-shadow: 0 1px 0 #FFFFFF;
}
.sidebar-nav {
padding: 9px 0;
}