Border-radius sizes should match... duh...

This commit is contained in:
Correl Roush 2010-09-21 16:17:01 -04:00
parent 559958b193
commit ee2445fa19

View file

@ -36,7 +36,7 @@ header {
height: 1em; height: 1em;
width: 1em; width: 1em;
border-radius: 0.5em; border-radius: 0.5em;
-moz-border-radius: 5px; -moz-border-radius: 0.5em;
display: block; display: block;
float: left; float: left;
color: #eee; color: #eee;