summaryrefslogtreecommitdiffstats
path: root/common/config-cc.css
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-19 00:33:07 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-19 00:33:07 +0200
commit9fdb309eb61f183b85ad84fa17b631a998100809 (patch)
treeb799befec06c86727f3351dc543a4c60d9a07085 /common/config-cc.css
parent77ba80f434366c75ae0b73d561b843ff367ebd84 (diff)
downloadmediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar.gz
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar.bz2
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar.xz
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.zip
Fix layout ( bis )
Diffstat (limited to 'common/config-cc.css')
-rw-r--r--common/config-cc.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/common/config-cc.css b/common/config-cc.css
deleted file mode 100644
index d81218e..0000000
--- a/common/config-cc.css
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * Copy of CC standard stylesheet, plus tweaks for iframe usage
- */
-
-body {
- margin: 0;
- background: #eee;
- font-family: Verdana;
- color: #333;
-}
-
-#main {
- border: 1px solid #D0D0D0;
- background: #fff;
- margin: 0.5em;
-}
-
-/**
- * Looks like you have to specify the width of #menu
- * or IE5 Mac stretches it all the way across the div, and
- * Opera streches it half way.
- */
-
-#main #menu {
- border-left: 1px dotted #ccc;
- float: right;
- width: 230px;
- background: white;
- margin: 0 0 10px 10px;
-}
-
-td, h3, p, h1, pre {
- margin: 0 20px 20px 20px;
- font-size: 11px;
- line-height: 140%;
-}
-
-.header {
- padding-left: 10px;
- padding-top: 10px;
-}
-
-.nav {
- padding-left: 10px;
- padding-bottom: 10px;
- font-size: 11px;
- margin-bottom: 16px;
-}
-
-#menu p {
- font-size: 11px;
-}
-
-.dent {
- margin-left: 64px;
-}
-