diff --git a/CHANGELOG b/CHANGELOG index 2608797..176b441 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ Version 0.3.7 - Enh: #14: Added autocomplete="off" to entry form - Enh: Added `require` attribute to entry form - Enh: Added link to main page in navigation +- Bug: Fixed design of sidebar Version 0.3.6 ------------- diff --git a/css/app.css b/css/app.css index 9f367ea..d8f0d62 100644 --- a/css/app.css +++ b/css/app.css @@ -88,8 +88,8 @@ footer { .panel div.settings { position: relative; - top: -45px; - left: 161px; + top: -25px; + left: 156px; width: 16px; cursor: move; } @@ -119,4 +119,8 @@ footer { .errorSummary ul { margin-bottom: 0; +} + +aside > div > h5 { + margin-bottom: 0; } \ No newline at end of file