From 46932f458c45583444aef01824f5516f537dad27 Mon Sep 17 00:00:00 2001 From: Douglas Gardner Date: Wed, 17 Apr 2013 20:04:02 +0000 Subject: [PATCH] fix cap of 5 --- public/imgurr.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/imgurr.css b/public/imgurr.css index 0ec21f2..d4620ba 100644 --- a/public/imgurr.css +++ b/public/imgurr.css @@ -61,12 +61,12 @@ html,body { #history { top:95px; left:25px; - max-height:210x; + max-height:210px; overflow:hidden; } #history a { margin-bottom:10px; - opacity:0.05; + opacity:0.1; /* won't display anyway due to #history max height */ } #details {