* 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
|
@ -171,7 +171,7 @@ div#content ul {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background: #f8f9fe;
|
background: #f8f9fe;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h1 {
|
#content h1 {
|
||||||
|
@ -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