mirror of https://github.com/apache/archiva.git
reduce padding size of nav bar
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1181786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d22fc8d884
commit
da8405dbd5
|
@ -0,0 +1,33 @@
|
||||||
|
.well{
|
||||||
|
background-color:#f5f5f5;
|
||||||
|
margin-bottom:20px;
|
||||||
|
padding:10px;
|
||||||
|
min-height:20px;
|
||||||
|
border:1px solid #eee;
|
||||||
|
border:1px solid rgba(0, 0, 0, 0.05);
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
border-radius:4px;
|
||||||
|
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
|
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
|
box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar h5{line-height:28px;font-size:12px;}
|
||||||
|
|
||||||
|
.sidebar li {
|
||||||
|
color: #808080;
|
||||||
|
line-height: 14px;padding: 2px 2px 2px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
.sidebar li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar ul {
|
||||||
|
margin: 0 0 10px 15px;
|
||||||
|
}
|
Loading…
Reference in New Issue