Skip to content

Commit

Permalink
indent notification messages closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klier committed Jan 26, 2010
1 parent d0e0e1f commit 0c5a953
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dokubook_design.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ div.dokuwiki div#dokubook_container_right {
left: 10px;
}

/* -------------- notifications ------------------- */
div.dokuwiki div.info,
div.dokuwiki div.success,
div.dokuwiki div.error {
margin-left: 170px;
}

/* -------------- navigation ---------------------- */
div.dokuwiki ul#top__nav {
list-style: none;
Expand Down

1 comment on commit 0c5a953

@bmolitor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to be missing "div.dokuwiki div.notify"...

Please sign in to comment.