summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/stylesheet.css')
-rwxr-xr-xchrome/common/extensions/docs/stylesheet.css85
1 files changed, 0 insertions, 85 deletions
diff --git a/chrome/common/extensions/docs/stylesheet.css b/chrome/common/extensions/docs/stylesheet.css
deleted file mode 100755
index a764843..0000000
--- a/chrome/common/extensions/docs/stylesheet.css
+++ /dev/null
@@ -1,85 +0,0 @@
-@charset "UTF-8";
-body {
- font-family:Arial, Helvetica, sans-serif;
- font-size: 13px;
-}
-h2,h3 {
- margin-top: 2em;
-}
-.comment {
- color: rgb(255, 0, 0);
-}
-.optional {
- color: rgb(125, 125, 125);
-}
-.apiGroup div.description {
- margin-left: 2em;
-}
-.apiGroup div.summary {
- border: 1px solid rgb(147, 180, 217);
- font-family: "Courier New", Courier, monospace;
- padding: 0.5em;
- background-color: rgb(202, 222, 244);
- /* white-space: pre; */
-}
-div.summary div {
- margin-bottom: 0.5em;
-}
-pre .newCode {
- background-color: rgb(255, 255, 0);
-}
-pre {
- border: 1px solid rgb(187, 187, 187);
- padding: 0.5em;
- background-color: rgb(250, 250, 250);
-}
-div#toc {
- background-color: rgb(232, 237, 235);
- border: 1px solid rgb(176, 189, 204);
- display: inline;
- float: right;
- margin: 5px 0px 5px 20px;
- padding: 5px;
- width: 250px;
-}
-#toc p {
- font-weight: bold;
- margin: 0px;
-}
-#toc ol {
- list-style-image: none;
- list-style-type: none;
- padding-left: 1em;
- /* margin-top: 1em; //PROBABLY NEED TO SET THIS */
-}
-#breadcrumbs {
- font-size: 80%;
-}
-.exampleLink {
- font-size: 80%;
-}
-dd {
- margin-bottom: 0.75em;
-}
-table {
- margin-top: 1em;
-}
-ol li {
- margin-top: 1em;
-}
-/* no styles, for now at least */
-.example {
-}
-p#classSummary {
-}
-.apiItem {
-}
-div.note {
- background-color: rgb(202, 222, 244);
- border: 1px solid rgb(147, 180, 217);
- padding: 0.5em;
- margin: 1em 0px;
-}
-img {
- border-width: 0px;
-} \ No newline at end of file