Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Klink committed Feb 11, 2014
1 parent 60f1690 commit 7816a9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -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
-------------
Expand Down
8 changes: 6 additions & 2 deletions css/app.css
Expand Up @@ -88,8 +88,8 @@ footer {

.panel div.settings {
position: relative;
top: -45px;
left: 161px;
top: -25px;
left: 156px;
width: 16px;
cursor: move;
}
Expand Down Expand Up @@ -119,4 +119,8 @@ footer {

.errorSummary ul {
margin-bottom: 0;
}

aside > div > h5 {
margin-bottom: 0;
}

0 comments on commit 7816a9c

Please sign in to comment.