Commit: aa53d3193667bfc7bc5c7e4d3948816cab5e7847 Author: Hannes Magnusson <[email protected]> Mon, 16 Dec 2013 23:41:58 -0800 Parents: cecc529ca154f6842c31b5fb9b531eebafd8a2c2 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=aa53d3193667bfc7bc5c7e4d3948816cab5e7847 Log: The breadcrumbs are gone, and the toc moved Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index 6c9ceb0..7a871bb 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -74,28 +74,10 @@ body { * sitemap (?do=index) and backlinks (?do=backlink). */ -/* toc -********************************************************************/ - -/* toc container */ -#dw__toc { - float: right; - margin: 50px 0 0 50px; - border-radius: 0 0 2px 2px; - border-color: #C6C6E2; - box-shadow: inset 1px 0 1px -1px #C6C6E2, inset -1px 0 1px -1px #C6C6E2; - border-left: 1px solid #669; - border-bottom: 1px solid #669; - border-top: 1px solid #669; - background-color: #fff; - color: inherit; - padding-bottom: 0px; - padding-top: 0px; -} -[dir=rtl] #dw__toc { - float: left; - margin: 0 1.4em 1.4em 0; +.pageId { + display: none; } +/* toc container */ a:link, a:visited { color: #369; } @@ -105,6 +87,9 @@ a:link, a:visited { padding: 2px 10px; text-decoration: none; } +#dw__toc { + margin-top: 40px; +} /*____________ toc header ____________*/ @@ -211,7 +196,7 @@ a:link, a:visited { position: absolute; right: -40px; /* on same vertical level as first headline, because .page has 2em padding */ - top: 2em; + top: 3em; width: 40px; } #dokuwiki__pagetools h3 { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
