diff --git a/App/Views/blog/css/left.css b/App/Views/blog/css/left.css index d8e3b8f..e8b1439 100644 --- a/App/Views/blog/css/left.css +++ b/App/Views/blog/css/left.css @@ -30,7 +30,8 @@ ul.navMenu{ .subMenu>li.active>a, .subMenu>li>a:hover { color: #f5f8f9; - cursor:default + cursor:default; + width: 130px; } .subMenu>li>a { @@ -46,11 +47,14 @@ ul.subMenu { margin-top: 8px; margin-left: 10px; padding-bottom: 5px; + width: 130px; + } .subMenu>li>a { padding-left: 0px; padding-right: 30px; + width: 130px; } a #arrow{ @@ -61,6 +65,8 @@ a #arrow{ line-height: 40px; font-weight: 300; text-shadow: none; + width: 130px; + } a.arrow:after { display: block; @@ -90,4 +96,6 @@ li.active>a.arrow:after { line-height: 40px; font-weight: 300; text-shadow: none; + width: 130px; + } diff --git a/App/Views/blog/js/debug.js b/App/Views/blog/js/debug.js index 46cdd0d..ee38c12 100644 --- a/App/Views/blog/js/debug.js +++ b/App/Views/blog/js/debug.js @@ -280,11 +280,8 @@ function timer (timerName, action, options) { if (o.timePrefix || o.timeSuffix) time = o.timePrefix + time + o.timeSuffix; } - return time; }; - - /** * showOptions * @@ -297,7 +294,6 @@ function showOptions (Layout, key, debugOpts) { }); debugData( data, 'options.'+key, debugOpts ); }; - /** * showState *