summaryrefslogtreecommitdiff
path: root/roundcubemail/tests/src/valid.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-03-02 14:46:12 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-03-02 14:46:12 +0000
commit8cca782e9d0cc388bc3fe3edd66c879a7f9216ab (patch)
tree6f7105c7f996cc4ffc3db700bad4e1ffd0ca92dc /roundcubemail/tests/src/valid.css
parent9ce66dd16c281d6fb3f927edaa16ec32c656a0a8 (diff)
Create some basic unit tests based in simpletest.org
git-svn-id: https://svn.roundcube.net/trunk@2323 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/tests/src/valid.css')
-rw-r--r--roundcubemail/tests/src/valid.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/roundcubemail/tests/src/valid.css b/roundcubemail/tests/src/valid.css
new file mode 100644
index 000000000..340fa9a87
--- /dev/null
+++ b/roundcubemail/tests/src/valid.css
@@ -0,0 +1,30 @@
+/** 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;
+}
+
+