Stylesheet tweak for long credits section
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 15 Sep 2005 14:09:09 +0000 (14:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 15 Sep 2005 14:09:09 +0000 (14:09 +0000)
skins/disabled/HTMLDump.php
skins/htmldump/main.css [new file with mode: 0644]

index b4c1a47..5897062 100644 (file)
@@ -110,11 +110,11 @@ class HTMLDumpTemplate extends QuickTemplate {
     <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
     <?php $this->html('headlinks') ?>
     <title><?php $this->text('pagetitle') ?></title>
-    <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css"; /*]]>*/</style>
+    <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/htmldump/main.css"; /*]]>*/</style>
     <link rel="stylesheet" type="text/css" media="print" href="<?php $this->text('stylepath') ?>/common/commonPrint.css" />
     <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]-->
     <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]-->
-    <!--[if gte IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]-->
+    <!--[if IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]-->
     <!--[if IE]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script>
     <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
     <?php if($this->data['jsvarurl'  ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl'  ) ?>"></script><?php } ?>
diff --git a/skins/htmldump/main.css b/skins/htmldump/main.css
new file mode 100644 (file)
index 0000000..2994c22
--- /dev/null
@@ -0,0 +1,7 @@
+@import "../monobook/main.css";
+
+#footer li {
+       display: block;
+}
+head:first-child + body #footer li { white-space: normal; }
+