Commit 4167644e authored by Ryan Graham's avatar Ryan Graham Committed by ryan

changing jive-table style in global.css (specifically .jive-table TH) for...

changing jive-table style in global.css (specifically .jive-table TH) for consistency (from gray to blue).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4035 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1c11b6e8
...@@ -370,8 +370,8 @@ PRE, TT { ...@@ -370,8 +370,8 @@ PRE, TT {
padding : 0 5px 0 3px; padding : 0 5px 0 3px;
} }
.jive-table TH { .jive-table TH {
background-color : #eee; background-color : #EAF1F8;
border-bottom : 2px #ccc solid; border-bottom : 1px #bbb solid;
text-align : left; text-align : left;
font-family : verdana, arial, helvetica, sans-serif; font-family : verdana, arial, helvetica, sans-serif;
font-size : 8pt; font-size : 8pt;
...@@ -385,6 +385,7 @@ PRE, TT { ...@@ -385,6 +385,7 @@ PRE, TT {
text-decoration : none; text-decoration : none;
color: #000; color: #000;
} }
.jive-table TR TD { .jive-table TR TD {
border-bottom : 1px #ccc solid; border-bottom : 1px #ccc solid;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment