Skip to content

Commit

Permalink
moved spacing corrections for first line away from h1 to .page in ord…
Browse files Browse the repository at this point in the history
…er to fix overlapping issue in Chrome (FS#2542)
  • Loading branch information
selfthinker committed Jun 30, 2012
1 parent 41d7c8a commit 4e7a6f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tpl/dokuwiki/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ legend {

h1 {
font-size: 2em;
margin: -.222em 0 0.444em;
margin: 0 0 0.444em;
}
h2 {
font-size: 1.5em;
Expand Down
6 changes: 3 additions & 3 deletions lib/tpl/dokuwiki/css/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
border: 1px solid #eee;
box-shadow: 0 0 .5em #999;
border-radius: 2px;
padding: 2em;
padding: 1.556em 2em 2em;
margin-bottom: .5em;
overflow: hidden;
word-wrap: break-word;
Expand Down Expand Up @@ -426,14 +426,14 @@

.dokuwiki div.preview {
margin: 0 -2em;
padding: 2em;
padding: 1.556em 2em 2em;
}


/*____________ changes to _toc ____________*/

#dw__toc {
margin: -2em -2em .5em 1.4em;
margin: -1.556em -2em .5em 1.4em;
width: __sidebar_width__;
border-left: 1px solid __border__;
background: __background__;
Expand Down

0 comments on commit 4e7a6f5

Please sign in to comment.