Index: doc/style.css |
=================================================================== |
--- a/doc/style.css |
+++ b/doc/style.css |
@@ -18,11 +18,11 @@ |
pre .highlight-comment, |
pre .selection-highlight, |
pre .selection-highlight-comment { |
- background: #FFFF00; |
+ background: #FFFF00; |
} |
pre .selection, |
pre .selection-comment { |
- background: #FF9632; |
+ background: #FF9632; |
} |
pre .ln { |
color: #999; |
@@ -34,6 +34,9 @@ |
color: #375EAB; |
text-decoration: none; |
} |
+a:hover { |
+ text-decoration: underline; |
+} |
p, |
pre, |
ul, |
@@ -82,13 +85,6 @@ |
margin: 0; |
} |
-h1 a, |
-h2 a, |
-h3 a, |
-h4 a { |
- text-decoration: underline; |
-} |
- |
dl { |
margin: 20px; |
} |
@@ -262,6 +258,10 @@ |
margin-top: 5px; |
} |
+div#learn .icon { |
+ float: right; |
+ cursor: pointer; |
+} |
div#learn pre, |
div#learn textarea { |
padding: 0; |
@@ -351,8 +351,6 @@ |
} |
div#blog .title, |
div#video .title { |
- color: #222; |
- text-decoration: none; |
display: block; |
font-size: 20px; |
} |