web: change things so table.bordered still works

This commit is contained in:
David Anderson 2014-10-02 14:05:00 -07:00
parent eb1a9f1566
commit f81eda0f46
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ table.noborder {
cellpadding: 5;
}
.table-bordered {
.table-bordered, .bordered {
border-width: 2px;
border-style: solid;
-moz-border-radius: 6px;
@ -443,4 +443,4 @@ div.pm_preview {
// this ignores additional bootstrap classes
div.input-group, div.btn-group, ul.pager, div.pagination {
display: inline;
}
}

View File

@ -21,7 +21,7 @@ hr.news_line {
border-bottom: 1px solid rgb(200, 200, 200);
}
.table-bordered {
.table-bordered, .bordered {
border-color: #e8e8e8;
border-width: 2px;
border-style: solid;