summaryrefslogtreecommitdiff
path: root/tests/src/valid.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-07-27 15:04:35 +0000
committerthomascube <thomas@roundcube.net>2009-07-27 15:04:35 +0000
commitb5f3abeea96db8b98df9bbf4c3da7873b8a84e44 (patch)
tree5bf42d75fb4cb88bf703d0a2a8ac3321d290f7ff /tests/src/valid.css
parent28f15eb597304d1761adeef4e22c202de42ef22d (diff)
Tagging files for 0.3-rc1v0.3-rc1
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;
-}
-
-