diff options
-rwxr-xr-x | css/print.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/print.css b/css/print.css index 9171bc9ae..d20d0f464 100755 --- a/css/print.css +++ b/css/print.css @@ -116,6 +116,10 @@ div.clearer { #dokuwiki__header h1 a { text-decoration: none; } +#dokuwiki__header h1 img { + float: left; + margin-right: .5em; +} .dokuwiki div.footnotes { clear: both; border-top: 1pt solid #000; |