Fixed widget counts, improved styles

This commit is contained in:
Dmitriy Zaporozhets 2012-02-18 15:59:01 +02:00
parent fa7bd43ab9
commit 3f91da6816
19 changed files with 102 additions and 80 deletions

View file

@ -268,6 +268,7 @@ img.lil_av {
.ui-box {
margin-bottom: 40px;
@include round-borders-all(4px);
border-color:#ddd;
@ -322,3 +323,7 @@ img.lil_av {
width:20px;
}
}
.borders {
border: 1px solid #ccc;
}