Use rounded corners for frame-index.

This commit is contained in:
Markus Staab
2015-11-29 16:38:10 +01:00
parent 9425bc243f
commit 38e6fc6cbe
+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;
}