From d82b3ff8de2626170e14be2257477d7370e305f8 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 18 May 2009 14:53:39 -0700 Subject: [PATCH] Changed color box hover border to 1px from 2px. --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 75f0112..a6ba7e4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -885,7 +885,7 @@ h1 { } #color_table .color_box:hover { - border: 2px solid #eeeeee; + border: 1px solid #eeeeee; } .color_box_dark_selected {