Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(298)

Unified Diff: doc/style.css

Issue 5783088: code review 5783088: godoc: change link styles, add 'pop out' button (Closed)
Patch Set: diff -r bced5db94f81 https://code.google.com/p/go Created 13 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/share.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « doc/share.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b