Fixes fixed topbar height.

This commit is contained in:
Lars Jung 2012-10-12 20:05:27 +02:00
parent 840363badb
commit 3f91022cde

View File

@ -3,7 +3,7 @@
position: fixed;
z-index: 5;
width: 100%;
height: 30px;
min-height: 30px;
left: 0;
top: 0;
.vert-gradient(rgb(241,241,241), rgb(228,228,228));