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*/