1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

modified style of top-bar

This commit is contained in:
llj 2012-08-03 17:09:51 +08:00
parent c04900d3de
commit d1a37121de

View File

@ -191,9 +191,13 @@ p {
.top-bar a {
color:#ddd;
font-weight:normal;
padding:0 2px;
}
.top-bar a,
.top-bar span {
vertical-align:middle;
display:inline-block;
height:21px;
padding:0 2px;
}
.top-bar a.avatar-link {
height:16px;
@ -205,10 +209,6 @@ p {
.top-bar a.cur {
background:#000;
}
.top-bar a,
.top-bar span {
vertical-align:middle;
}
.top-bar span {
margin-right:3px;
}