From ee2445fa19eec5b24ff6ca9436f00d2c54796137 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 21 Sep 2010 16:17:01 -0400 Subject: [PATCH] Border-radius sizes should match... duh... --- media/mtg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/mtg.css b/media/mtg.css index 20de357..1ff8ad3 100644 --- a/media/mtg.css +++ b/media/mtg.css @@ -36,7 +36,7 @@ header { height: 1em; width: 1em; border-radius: 0.5em; - -moz-border-radius: 5px; + -moz-border-radius: 0.5em; display: block; float: left; color: #eee;