Merge pull request #339 from staabm/borderradius

Use rounded corners for frame-index.
This commit is contained in:
Denis Sokolov
2015-12-12 22:42:36 +02:00
+2 -1
View File
@@ -140,7 +140,8 @@ header {
height: 18px;
width: 18px;
line-height: 18px;
border-radius: 100%;
border-radius: 5px;
padding: 0 1px 0 1px;
text-align: center;
display: inline-block;
}