Commit: 8c608eb9f7cadbc44075005e2ce44aef2fc8ebf1 Author: Hannes Magnusson <[email protected]> Tue, 17 Dec 2013 23:12:09 -0800 Parents: aa53d3193667bfc7bc5c7e4d3948816cab5e7847 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=8c608eb9f7cadbc44075005e2ce44aef2fc8ebf1 Log: Remove styles overwriting our theme Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index 7a871bb..11d0412 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -87,9 +87,6 @@ a:link, a:visited { padding: 2px 10px; text-decoration: none; } -#dw__toc { - margin-top: 40px; -} /*____________ toc header ____________*/ @@ -171,13 +168,6 @@ a:link, a:visited { * @author Anika Henke <[email protected]> * @author Andreas Gohr <[email protected]> */ -#dokuwiki__site > .site { - /* give space to the right so the tools won't disappear on smaller screens */ - /* it's 40px because the 30px wide icons will have 5px more spacing to the left and right */ - padding-right: 40px; - /* give the same space to the left to balance it out */ - padding-left: 40px; -} .dokuwiki div.page { height: 190px; min-height: 190px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
