From 6cf5d6b09626879bd199a4084ee49cbd3f37fada Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 9 Jul 2013 08:32:24 +0000 Subject: [PATCH] fix(style) .mode width: 25% -> 23% --- ChangeLog | 2 ++ css/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5fc76a6f..ffb24590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -94,6 +94,8 @@ getJSONfromFileTable. * feature(favicon) add +* fix(style) .mode width: 25% -> 23% + 2012.04.22, v0.2.0 diff --git a/css/style.css b/css/style.css index b83371da..0beb1507 100644 --- a/css/style.css +++ b/css/style.css @@ -225,7 +225,7 @@ body{ } .mode{ float: right; - width: 25%; + width: 23%; } /* changin ul to panel for high speed parsing*/