Index: appengine_apps/chromium_status/stylesheets/style.css |
diff --git a/appengine_apps/chromium_status/stylesheets/style.css b/appengine_apps/chromium_status/stylesheets/style.css |
deleted file mode 100644 |
index 74b6d126ee330790067bc02942cbf4aa2b73b0ce..0000000000000000000000000000000000000000 |
--- a/appengine_apps/chromium_status/stylesheets/style.css |
+++ /dev/null |
@@ -1,85 +0,0 @@ |
-body { |
- font-family: Arial, sans-serif; |
- padding: 0px; |
-} |
- |
-h1 { |
- font-size: 14pt; |
- font-style: italic; |
- margin: 0px; |
- padding: 5px; |
-} |
-h2 { |
- font-weight: bold; |
- font-size: 14pt; |
- margin: 0px; |
- padding: 5px; |
-} |
-ul { |
- margin: 0px; |
- padding: 0px; |
- list-style: none; |
-} |
-li { |
- padding: 5px; |
-} |
-table { |
- border-spacing: 0px; |
-} |
-th { |
- background-color: #AAA; |
- color: white; |
- padding: 5px; |
- width: 100px; |
- font-size: 9pt; |
-} |
- |
-a:link { |
- text-decoration: none; |
-} |
-a:hover { |
- text-decoration: underline; |
-} |
- |
-div.error { |
- background-color: #fcc; |
- width: 80%; |
- padding: 7px; |
- border: 2px solid red; |
- font-weight: bold; |
- margin-top: 10px; |
- margin-bottom: 20px; |
-} |
- |
-td.username { |
- font-size: smaller; |
-} |
- |
-td.date { |
- font-size: smaller; |
- font-family: monospace; |
- white-space: nowrap; |
-} |
- |
-.closed { |
- background-color: #E98080; |
-} |
- |
-.maintenance { |
- background-color: #FF80FF; |
-} |
- |
-.open { |
- background-color: #8FDF5F; |
-} |
- |
-.throttled { |
- background-color: #FFFC6C; |
-} |
- |
-.help { |
- border: 1px black solid; |
- background-color: #FFFFCA; |
- position: fixed; |
- padding: 0.1em; |
-} |