Commit:    f13c0d33f0a1820f3316944f6b552446b25023ca
Author:    Levi Morrison <[email protected]>         Fri, 4 Apr 2014 08:40:45 -0600
Parents:   8c41cbe0c45529986f39c5c2a860cfe08e89b4c1
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=f13c0d33f0a1820f3316944f6b552446b25023ca

Log:
Updated Table of Contents hover/focus colors and rules

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index 0ae3c10..ae8c9bd 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -82,6 +82,21 @@ body {
 #dw__toc a {
   display: block;
   text-decoration: none;
+  color: #333;
+  border-bottom: 1px dotted #999;
+  text-decoration: none;
+}
+#dw__toc a:hover,
+#dw__toc a:focus {
+  color:#693;
+  border-color:#693;
+  outline:none;
+}
+#dw__toc a:hover:before,
+#dw__toc a:focus:before {
+  content: "\bb \20";
+  position:absolute;
+  margin-left:-1em;
 }
 
 
@@ -946,11 +961,6 @@ ul .level1, ul .level2, ul .level3 {
 .code {
        word-wrap: normal;
 }
-#dw__toc a {
-  color: #333;
-  border-bottom: 1px dotted #999;
-  text-decoration: none;
-}
 @media (max-width:640px) {
        #dokuwiki__pagetools ul {
                display: hidden;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to