diff options
-rwxr-xr-x | css/basic.css | 1 | ||||
-rwxr-xr-x | css/content.css | 4 | ||||
-rwxr-xr-x | style.ini | 3 |
3 files changed, 2 insertions, 6 deletions
diff --git a/css/basic.css b/css/basic.css index 0b90fe2b0..f8c1b6eaf 100755 --- a/css/basic.css +++ b/css/basic.css @@ -347,7 +347,6 @@ button, /* no style.ini colours on purpose */ color: #333; background-color: #eee; - /* @todo: #ccc on purpose? */ background: -moz-linear-gradient( top, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%); background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%); background: -o-linear-gradient( top, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%); diff --git a/css/content.css b/css/content.css index d908be6b4..03c9221cf 100755 --- a/css/content.css +++ b/css/content.css @@ -110,10 +110,10 @@ .dokuwiki dl.code dt a, .dokuwiki dl.file dt a { background-color: transparent; - /* @todo: those 19px should better be in exe/css.php for all media icons */ - padding: 0.2em 0 0.1em 19px; font-size: 0.875em; font-weight: normal; + display: block; + min-height: 16px; } .dokuwiki dl.code dd, .dokuwiki dl.file dd { @@ -65,8 +65,5 @@ __missing__ = "#f30" __highlight__ = "#ff9" ; sidebar width -; @todo: width in em or px? __site_width__ = "72em" -;__site_width__ = "1000px" __sidebar_width__ = "16em" -;__sidebar_width__ = "220px" |