not yet finished cascading stylesheet
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 12 Jul 2002 16:06:29 +0000 (16:06 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 12 Jul 2002 16:06:29 +0000 (16:06 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3086 7612ce4b-ef26-0410-bec9-ea0150e637f0

css/read_body.css [new file with mode: 0644]

diff --git a/css/read_body.css b/css/read_body.css
new file mode 100644 (file)
index 0000000..fecfbeb
--- /dev/null
@@ -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