Skip to content

Commit

Permalink
added clear:both to the table declaration to fix cliftonc#101.
Browse files Browse the repository at this point in the history
converted a tab to two spaces. whoever added ".tabular {\n\t" should be informed that tabs are taboo.
  • Loading branch information
dennishall committed Aug 18, 2011
1 parent c407234 commit 8f4a845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/core/cleanslate/public/css/admin.css
Expand Up @@ -40,7 +40,7 @@
height: 15px;
}

table {margin:10px 0pt 15px;font-size:8pt;width:100%;text-align:left;}
table {margin:10px 0pt 15px;font-size:8pt;width:100%;text-align:left;clear:both;}
table thead tr th,table tfoot tr th {background-color:silver;border:1px solid silver;font-size:8pt;padding:4px;}
table thead tr .sortable {background-image:url(../images/sort.gif); background-repeat:no-repeat;background-position:center right;cursor:pointer;}
table tbody td {padding:4px;vertical-align:top;}
Expand All @@ -57,5 +57,5 @@ span.pager-page {
background: silver;
}
.tabular {
clear: both;
clear: both;
}

0 comments on commit 8f4a845

Please sign in to comment.