luci-app-mwan3: Clean unneeded css styles
Some css styles were cleaned by commit e61f40ead8
but that commit forget the file advanced_wirelessconfig.htm, clean these styles to unify style.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
This commit is contained in:
parent
e3b22c4888
commit
ccca70579f
1 changed files with 0 additions and 10 deletions
|
|
@ -8,17 +8,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
|
||||||
max-width: none;
|
|
||||||
margin: 0px 0px 0px 30px;
|
|
||||||
padding-right: 30px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
.cbi-section-node {
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
.cbi-section {
|
.cbi-section {
|
||||||
border: 1px dotted #555555;
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue