summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-07-22 17:38:00 +0200
committerneoraider <devnull@localhost>2006-07-22 17:38:00 +0200
commit2390cba867a49e96156e9cf57cbf591182f98bd7 (patch)
tree03dba7bb5f82e05e7743664531192185c71f5df3 /styles
parentfa7c1b717c118d08ba55c5306c4aeeb3e4418ca5 (diff)
downloadneon-2390cba867a49e96156e9cf57cbf591182f98bd7.tar
neon-2390cba867a49e96156e9cf57cbf591182f98bd7.zip
Module k?nnen jetzt deaktiviert werden.
Diffstat (limited to 'styles')
-rw-r--r--styles/TheWhiteOne/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/styles/TheWhiteOne/style.css b/styles/TheWhiteOne/style.css
index 7aa8062..2360f97 100644
--- a/styles/TheWhiteOne/style.css
+++ b/styles/TheWhiteOne/style.css
@@ -43,6 +43,10 @@ a.editlink {
right:1em;
}
+a.mod_disable {
+
+}
+
.spaced-top {
margin-top:0.8em;
}
@@ -65,6 +69,15 @@ div.modinfo {
margin:1em 3em;
}
+div.modinfo h3 {
+ display:inline;
+ margin-right:0.5em;
+}
+
+div.modinfo span.mod_disable {
+ margin-left:0.5em;
+}
+
div#content {
text-align:justify;
padding:0.8em;