Commit: aa0e42ac52731235c961759d9ee87a7d58a967ad Author: Levi Morrison <[email protected]> Thu, 3 Apr 2014 16:57:51 -0600 Parents: 484c6ea0b388f9735e292e2c6d98d37e3864c1d3 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=aa0e42ac52731235c961759d9ee87a7d58a967ad Log: Adjusing the Table of Contents for more breathing room Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index 9040b16..86b51e7 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -106,9 +106,15 @@ body { border-top:0; border-right:0; border-bottom:1px dotted #999; + padding:.75rem 1.5rem; + positon:relative; +} +#dw__toc > h3 > strong { + position: absolute; + margin-left:-.75em } #dw__toc > div { - padding: 0 1.5rem 1.5rem 1.25rem; + padding: .75rem 1.5rem 1.5rem; } #dw__toc ul { padding: 0; @@ -119,10 +125,10 @@ body { padding: 0; margin: 0; } -#dw__toc ul ul { +#dw__toc ul ul ul { padding-left: .75rem; } -[dir=rtl] #dw__toc ul ul { +[dir=rtl] #dw__toc ul ul ul { padding-left: 0; padding-right: .75rem; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
