Vier: Further changes: profile border is rounded.

This commit is contained in:
Michael Vogel 2013-03-04 00:04:06 +01:00
parent 8e1d253568
commit 478a079665
1 changed files with 4 additions and 0 deletions

View File

@ -608,6 +608,9 @@ nav .nav-menu-icon.selected {
nav .nav-menu-icon img {
width: 22px;
height: 22px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
nav .nav-menu-icon .nav-notify {
top: 3px;
@ -865,6 +868,7 @@ aside .vcard dl {
aside select {
background-color: white;
width: 165px;
border-color: #ccc;
}
aside .vcard dt {