mirror of https://github.com/BOINC/boinc.git
web: change things so table.bordered still works
This commit is contained in:
parent
eb1a9f1566
commit
f81eda0f46
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue