From 58b7c1baf3919aedf9cc301572c20869697a6956 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 12 Jul 2002 16:06:29 +0000 Subject: [PATCH] not yet finished cascading stylesheet git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3086 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- css/read_body.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 css/read_body.css diff --git a/css/read_body.css b/css/read_body.css new file mode 100644 index 0000000..fecfbeb --- /dev/null +++ b/css/read_body.css @@ -0,0 +1,29 @@ +.rb_hv { + font-weight:bold; + color: red; + width:80%; + text-align:left; + vertical-align:top; + padding-left:5px; + background:999999; +} +.rb_hk { + font-weight:bold; + width:10%; + text-align:right; + vertical-align:top; + padding-right:10px; + margin:5px; + padding:5px; + border-right:solid; +} +.rb_env { + border:solid; + border-color:blue; +} + +.rb_tools { + border:solid; + border-color:green; + width:100%; +} \ No newline at end of file -- 1.9.1