From: Robert Griesemer Date: Thu, 23 Feb 2012 22:54:10 +0000 (-0800) Subject: godoc: bring back highlighting, selections, and alerts X-Git-Tag: weekly.2012-03-04~185 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5b30306fa81d2f95c152f6b8cd5e4b22a3befcbf;p=gostls13.git godoc: bring back highlighting, selections, and alerts R=adg, rsc CC=golang-dev https://golang.org/cl/5695054 --- diff --git a/doc/style.css b/doc/style.css index c387705214..821c886a15 100644 --- a/doc/style.css +++ b/doc/style.css @@ -13,6 +13,27 @@ pre { pre .comment { color: #375EAB; } +pre .highlight { + background: #FFFF00; +} +pre .highlight-comment { + background: #FFFF00; + color: #375EAB; +} +pre .selection { + background: #FF9632; +} +pre .selection-comment { + background: #FF9632; + color: #375EAB; +} +pre .selection-highlight { + background: #FFFF00; +} +pre .selection-highlight-comment { + background: #FFFF00; + color: #375EAB; +} pre .ln { color: #999; } @@ -88,6 +109,10 @@ table.dir td { vertical-align: top; } +.alert { + color: #FF0000; +} + #heading { float: left; margin: 0 0 10px 0;