[refs #569] fixed hr style

This commit is contained in:
Alexander Machehin 2012-07-17 23:43:13 +06:00
parent c2064a05ad
commit 0ac1f52e31
1 changed files with 3 additions and 10 deletions

View File

@ -1174,16 +1174,9 @@ table.tablesorter tr td.no_results {
/* end */
hr.bootstrap {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #EEEEEE -moz-use-text-color #FFFFFF;
border-left: 0 none;
border-right: 0 none;
border-style: solid none;
border-width: 1px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
.fork-modal {