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