From 8cca782e9d0cc388bc3fe3edd66c879a7f9216ab Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 2 Mar 2009 14:46:12 +0000 Subject: Create some basic unit tests based in simpletest.org git-svn-id: https://svn.roundcube.net/trunk@2323 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/tests/src/valid.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 roundcubemail/tests/src/valid.css (limited to 'roundcubemail/tests/src/valid.css') 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; +} + + -- cgit v1.2.3