* luci/themes: trivial css fix for openwrt.org and fledermaus theme
This commit is contained in:
parent
f3624d2ccd
commit
b71825db91
2 changed files with 3 additions and 1 deletions
|
@ -272,6 +272,7 @@ table.smalltext {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.smalltext tr:hover td {
|
table.smalltext tr:hover td {
|
||||||
|
|
|
@ -265,6 +265,7 @@ table.smalltext {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.smalltext tr:hover td {
|
table.smalltext tr:hover td {
|
||||||
|
|
Loading…
Reference in a new issue