From: Tim Starling Date: Thu, 15 Sep 2005 14:09:09 +0000 (+0000) Subject: Stylesheet tweak for long credits section X-Git-Tag: 1.6.0~1637 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=08bdbdb07dc3bf4652a9ac8236b539ef76ad7041;p=lhc%2Fweb%2Fwiklou.git Stylesheet tweak for long credits section --- diff --git a/skins/disabled/HTMLDump.php b/skins/disabled/HTMLDump.php index b4c1a47301..58970621c1 100644 --- a/skins/disabled/HTMLDump.php +++ b/skins/disabled/HTMLDump.php @@ -110,11 +110,11 @@ class HTMLDumpTemplate extends QuickTemplate { html('headlinks') ?> <?php $this->text('pagetitle') ?> - + - + data['jsvarurl' ]) { ?> diff --git a/skins/htmldump/main.css b/skins/htmldump/main.css new file mode 100644 index 0000000000..2994c2273e --- /dev/null +++ b/skins/htmldump/main.css @@ -0,0 +1,7 @@ +@import "../monobook/main.css"; + +#footer li { + display: block; +} +head:first-child + body #footer li { white-space: normal; } +