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

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

Issue 13604002: Devserver: remove the Known Issues. They're empty and it was a silly idea to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | chrome/common/extensions/docs/templates/articles/app_hardware.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .hidden { 6 .hidden {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 } 545 }
546 546
547 #filtered_apis { 547 #filtered_apis {
548 margin-top: 5px; 548 margin-top: 5px;
549 } 549 }
550 550
551 #skipto { 551 #skipto {
552 display: none; 552 display: none;
553 } 553 }
554 554
555 #known_issues {
556 background: #F5F5F5;
557 padding-top: 1px;
558 padding-bottom: 16px;
559 padding-right: 16px;
560 padding-left: 16px;
561 }
562
563 /* List with largeish images floated to the right. */ 555 /* List with largeish images floated to the right. */
564 .imaged li { 556 .imaged li {
565 clear: right; 557 clear: right;
566 } 558 }
567 559
568 .imaged li img { 560 .imaged li img {
569 float: right; 561 float: right;
570 margin-bottom: 1em; 562 margin-bottom: 1em;
571 } 563 }
572 564
(...skipping 26 matching lines...) Expand all
599 border: 1px solid #ccc; 591 border: 1px solid #ccc;
600 margin-top: -1px; 592 margin-top: -1px;
601 } 593 }
602 tabs content.unselected { 594 tabs content.unselected {
603 display: none; 595 display: none;
604 } 596 }
605 tabs content pre { 597 tabs content pre {
606 margin: 0; 598 margin: 0;
607 padding: 10px; 599 padding: 10px;
608 } 600 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/app_hardware.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698