summaryrefslogtreecommitdiff
path: root/tests/src/valid.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-01-12 15:54:35 +0000
committerthomascube <thomas@roundcube.net>2011-01-12 15:54:35 +0000
commita32679e69f7d6c265f85015677743272740dcc8e (patch)
tree69059a5afa49d4c21f18bf8b4533f4e510286d73 /tests/src/valid.css
parent62a83b3bd5813885d964d9fd1509d52bb9c4f12c (diff)
Unlinked externals, removed development stuff and updated versionsv0.5@4408
Diffstat (limited to 'tests/src/valid.css')
-rw-r--r--tests/src/valid.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/src/valid.css b/tests/src/valid.css
deleted file mode 100644
index 340fa9a87..000000000
--- a/tests/src/valid.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/** Master style definitions **/
-
-body, p, div, h1, h2, h3, textarea {
- font-family: "Lucida Grande", Helvetica, sans-serif;
- font-size: 8.8pt;
- color: #333;
-}
-
-body {
- background-color: white;
- margin: 0;
-}
-
-h1 {
- color: #1F519A;
- font-size: 1.7em;
- font-weight: normal;
- margin-top: 0;
- margin-bottom: 1em;
-}
-
-.noscript {
- display: none;
-}
-
-.hint, .username {
- color: #999;
-}
-
-