From 4cefd2161b53492fb26682c4068002040986b7e4 Mon Sep 17 00:00:00 2001 From: Michael Klier Date: Tue, 27 Jan 2009 22:50:01 +0100 Subject: tpl_license() more flexible for template authors darcs-hash:20090127215001-23886-194fb0b92b259bd915f27eeb3300dba2bc330d26.gz --- lib/tpl/default/design.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index b2af3f448..d8e4ddad9 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -171,14 +171,15 @@ div.dokuwiki div#draft__status { color: __text_alt__; } -div.dokuwiki form#dw__editform div.license { - clear: left; +div.dokuwiki div.license { + padding: 0.5em; font-size: 90%; + text-align: center; } -div.dokuwiki p.license { +div.dokuwiki form#dw__editform div.license { + clear: left; font-size: 90%; - text-align: center; } /* --------- buttons ------------------- */ -- cgit v1.2.3