summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-14 18:39:23 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-14 18:39:23 +0000
commit0e4bf9aaa85791081e0d27b166e3ec0d20165a71 (patch)
tree13c4574684c21070647ab4964b424a9d750894e2 /css
parentebace10a78be0db741d715f9103be65031664904 (diff)
downloadrpg-0e4bf9aaa85791081e0d27b166e3ec0d20165a71.tar.gz
rpg-0e4bf9aaa85791081e0d27b166e3ec0d20165a71.tar.bz2
removed 2 and fixed 1 minor todo
Diffstat (limited to 'css')
-rwxr-xr-xcss/basic.css1
-rwxr-xr-xcss/content.css4
2 files changed, 2 insertions, 3 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 {