Sfoglia il codice sorgente

! Fixing some spacing issues, as well as fixing most tables that didn't have a right hand border when they should.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 anni fa
parent
commit
63662a20c8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Themes/default/css/index.css

+ 2 - 2
Themes/default/css/index.css

@@ -4252,10 +4252,10 @@ tr.catbg th:last-child {
 /* Subtle zebra striping to make tables easier to follow. Will make a solution for IE8. */
 /* CSS for locked, sticky, etc has not been applied yet. Don't panic. She'll be right, mate. :P */
 .table_grid td.statsbar div{display: none;}
-.table_grid  tr td:first-child, .table_grid td.icon2 {
+.table_grid tr td:first-child, .table_grid td.icon2 {
 	border-left: 1px solid #ccc;
 }
-.table_grid td.lastpost, .table_grid td.whos_viewing, .table_grid td.moderation, .table_grid td.qaction_cell {
+.table_grid tr td:last-child, .table_grid td.lastpost, .table_grid td.whos_viewing, .table_grid td.moderation, .table_grid td.qaction_cell {
 	border-right: 1px solid #ccc;
 }
 .table_grid td.windowbg, .table_grid td.windowbg2, .table_grid td.lockedbg, .table_grid td.lockedbg2,