]> Cypherpunks repositories - gostls13.git/commitdiff
change highlight color from green to yellow
authorRuss Cox <rsc@golang.org>
Mon, 9 Nov 2009 07:37:46 +0000 (23:37 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 9 Nov 2009 07:37:46 +0000 (23:37 -0800)
(fits better in the color scheme).

eliminate background color on line numbers at
bottom of search results, now that they are grouped.

live at http://r45:3456/search?q=Reader

R=r, gri
http://go/go-review/1024030

doc/style.css

index 235d4da87966a9a8c5b74426011e285265e2dd74..b7adfa10aada114429e48671fc76dd2598cb1551 100644 (file)
@@ -185,7 +185,6 @@ a.noline {
 
 a.info {
   text-decoration: none;
-  background-color: #D8D8D8;
 }
 
 table.layout {
@@ -199,7 +198,7 @@ span.comment {
 }
 
 span.highlight {
-  background-color: #81F781;
+  background-color: #ffffa0;
 }