From 3cdaa4b9a6fb0357f5b8387b0ff53ac01434591c Mon Sep 17 00:00:00 2001 From: Douglas Gardner Date: Tue, 16 Apr 2013 17:51:03 +0000 Subject: [PATCH] move css around This commit moves the font-size declaration from the common box CSS to only affecting the "loading" box. --- public/imgurr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/imgurr.css b/public/imgurr.css index daaf1d7..e9d43cd 100644 --- a/public/imgurr.css +++ b/public/imgurr.css @@ -12,7 +12,6 @@ background:rgba(43,43,43,0.8); color:#85bf25; font-family:sans-serif; - font-size:12px; font-weight:700; padding:20px; position:absolute; @@ -29,6 +28,7 @@ #loading { left:0; + font-size:12px; border-bottom-right-radius:5px; border-top-right-radius:5px; }