Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Side by Side Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10753020: Remove the grey border-top from the new extension docs server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 color: #333; 2 color: #333;
3 font: 13px/22px 'Open Sans',arial,sans-serif; 3 font: 13px/22px 'Open Sans',arial,sans-serif;
4 font-weight: 400; 4 font-weight: 400;
5 background-color: white; 5 background-color: white;
6 margin: 0; 6 margin: 0;
7 padding: 0; 7 padding: 0;
8 } 8 }
9 9
10 p { 10 p {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 #gc-pagecontent { 226 #gc-pagecontent {
227 padding-left: 24px; 227 padding-left: 24px;
228 margin: 0 0 0 180px; 228 margin: 0 0 0 180px;
229 } 229 }
230 230
231 #gc-pagecontent h2 { 231 #gc-pagecontent h2 {
232 font-size: 170%; 232 font-size: 170%;
233 font-weight: normal; 233 font-weight: normal;
234 margin: 2em 0 0 0; 234 margin: 2em 0 0 0;
235 padding: 40px 0; 235 padding: 40px 0;
236 border-top: 1px solid #CCC;
237 } 236 }
238 237
239 #gc-pagecontent h3 { 238 #gc-pagecontent h3 {
240 font-size: 130%; 239 font-size: 130%;
241 font-weight: bold; 240 font-weight: bold;
242 margin: 1.5em 0 0 0; 241 margin: 1.5em 0 0 0;
243 top: 0em; 242 top: 0em;
244 } 243 }
245 244
246 #gc-pagecontent h3 { 245 #gc-pagecontent h3 {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 z-index: 1; 357 z-index: 1;
359 position: relative; 358 position: relative;
360 } 359 }
361 360
362 #gc-toc div.line { 361 #gc-toc div.line {
363 border-top: thin solid #FAFAFA; 362 border-top: thin solid #FAFAFA;
364 height: 1px; 363 height: 1px;
365 margin: 1.3em 1em 0 0; 364 margin: 1.3em 1em 0 0;
366 padding: 0; 365 padding: 0;
367 } 366 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698