Commit 403d54fd authored by Matt Tucker's avatar Matt Tucker Committed by matt

CSS cleanup.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4381 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1ff25571
......@@ -139,22 +139,22 @@ hr {
border-top : 1px #CCC solid;
}
#datatable TH {
.datatable TH {
color : #fff;
background-color : #2A448C;
text-align : left;
}
#datatable TD {
.datatable TD {
background-color : #FAF6EF;
}
#datatable .name {
.datatable .name {
background-color : #DCE2F5;
text-align : center;
}
#xmltable TD {
.xmltable TD {
background-color : #EFEFEF;
}
</style>
......@@ -214,7 +214,7 @@ whose roster looks like:
</li>
<br>
<div id="xmltable">
<div class="xmltable">
<table>
<tr>
<td>
......@@ -247,7 +247,7 @@ effect, the import file would be transformed to look like:
<br>
<br>
<div id="xmltable">
<div class="xmltable">
<table>
<tr>
<td>
......@@ -279,7 +279,7 @@ have added each other to their respective rosters.
<br>
<br>
<div id="xmltable">
<div class="xmltable">
<table>
<tr>
<td>
......@@ -324,7 +324,7 @@ Below is a list of the different status types and what their associated numbers
<br>
<br>
<div id="datatable">
<div class="datatable">
<table cellpadding="3" cellspacing="1" border="0" width="700">
<thead>
<tr>
......
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