Update event row style (removed duped line)
This commit is contained in:
parent
07dcc57a5b
commit
484c4d4d03
|
@ -1234,10 +1234,6 @@ a.pandora_pagination:hover {
|
|||
box-shadow: 0px 3px 6px #111;
|
||||
}
|
||||
|
||||
.info_table.events > tbody > tr > td {
|
||||
border-bottom: 2px solid #707070;
|
||||
}
|
||||
|
||||
.info_table tr th,
|
||||
.databox.data > tbody > tr > td {
|
||||
border-bottom: 1px solid #707070 !important;
|
||||
|
@ -1560,7 +1556,7 @@ a.autorefresh_txt,
|
|||
}
|
||||
|
||||
.info_table.events > tbody > tr > td {
|
||||
border-bottom: 1px solid #333;
|
||||
border-bottom: 1px solid #333 !important;
|
||||
}
|
||||
|
||||
.info_table,
|
||||
|
|
Loading…
Reference in New Issue