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

Delta Between Two Patch Sets: doc/all.css

Issue 3699041: code review 3699041: godoc: support for regular expression full text search (Closed)
Left Patch Set: code review 3699041: godoc: initial support for regular expression full text... Created 14 years, 3 months ago
Right Patch Set: code review 3699041: godoc: support for regular expression full text search Created 14 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | lib/godoc/search.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 /* General Styles */ 1 /* General Styles */
2 body { 2 body {
3 font-family: "Bitstream Vera Sans", Verdana, sans-serif; 3 font-family: "Bitstream Vera Sans", Verdana, sans-serif;
4 font-size: 81.25%; 4 font-size: 81.25%;
5 line-height: 1.23em; 5 line-height: 1.23em;
6 padding: 0; 6 padding: 0;
7 margin: 1.23em; 7 margin: 1.23em;
8 background: white; 8 background: white;
9 color: black; 9 color: black;
10 } 10 }
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 } 154 }
155 155
156 /* Content and Code Highlighting */ 156 /* Content and Code Highlighting */
157 pre.ebnf, pre.grammar { 157 pre.ebnf, pre.grammar {
158 background: #FFFFE0; 158 background: #FFFFE0;
159 } 159 }
160 span.comment { 160 span.comment {
161 color: #002090; 161 color: #002090;
162 } 162 }
163 span.highlight { 163 span.highlight {
164 background: #FFFF90; 164 background: #FF9900;
165 font-weight: bold; 165 font-weight: bold;
166 }
167 span.highlight-comment {
168 background: #FF9900;
169 font-weight: bold;
170 color: #002090;
171 }
172 span.selection {
173 background: #FFFF00
174 }
175 span.selection-comment {
176 color: #002090;
177 background: #FFFF00
178 }
179 span.selection-highlight {
180 background: #FF9900;
181 font-weight: bold;
182 }
183 span.selection-highlight-comment {
184 background: #FF9900;
185 font-weight: bold;
186 color: #002090;
166 } 187 }
167 span.alert { 188 span.alert {
168 color: #D00000; 189 color: #D00000;
169 } 190 }
170 #nav table { 191 #nav table {
171 width: 100%; 192 width: 100%;
172 } 193 }
173 .detail { 194 .detail {
174 padding: 0.25em 1em; 195 padding: 0.25em 1em;
175 background: #F4F4F4; 196 background: #F4F4F4;
176 } 197 }
LEFTRIGHT

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