diff options
author | thomascube <thomas@roundcube.net> | 2010-04-23 08:13:44 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-23 08:13:44 +0000 |
commit | c791ea1d0f38c20a5413f82286eb339d7eeb14ad (patch) | |
tree | 7fe5641ddbe5485d3ab51c0a2eea82c0f5f0a3d6 /tests/src/valid.css | |
parent | 3d34b5e15f3b3deb3e09383ae0282dec13edc47c (diff) |
Remove development stuff and update versions
Diffstat (limited to 'tests/src/valid.css')
-rw-r--r-- | tests/src/valid.css | 30 |
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; -} - - |