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

Unified Diff: chrome/common/extensions/docs/static/css/samples.css

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/css/samples.css
diff --git a/chrome/common/extensions/docs/static/css/samples.css b/chrome/common/extensions/docs/static/css/samples.css
deleted file mode 100644
index 640b13b4965155ebe2b90d94e493049879558ec9..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/static/css/samples.css
+++ /dev/null
@@ -1,38 +0,0 @@
-#controls {
- margin: 10px 0;
- background: #EEE;
- padding: 10px;
- border-radius: 10px;
-}
-
-#search_input {
- width: 30em;
-}
-
-.label {
- font-weight: bold;
-}
-
-td.label {
- min-width: 150px;
- text-align: right;
- vertical-align: top;
- padding-right: 10px;
-}
-
-.sample {
- position: relative;
- padding-left: 80px;
-}
-
-img.icon {
- position: absolute;
- width: 64px;
- height: 64px;
- left: 0;
- top: 40px;
-}
-
-#controls td {
- border: none;
-}
« no previous file with comments | « chrome/common/extensions/docs/static/css/index.css ('k') | chrome/common/extensions/docs/static/css/site.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698