luci-app-mwan3: Clean unneeded css styles
authorHsing-Wang Liao <kuoruan@gmail.com>
Sat, 22 Jul 2017 14:16:08 +0000 (22:16 +0800)
committerHsing-Wang Liao <kuoruan@gmail.com>
Sun, 23 Jul 2017 06:34:44 +0000 (14:34 +0800)
 Some css styles were cleaned by commit e61f40ead8072fade1e2b0d24bf1ab8a195a22c6
 but that commit forget the file advanced_wirelessconfig.htm, clean these styles to unify style.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
applications/luci-app-mwan3/luasrc/view/mwan/advanced_wirelessconfig.htm

index 5077674..bb18d53 100644 (file)
@@ -8,17 +8,7 @@
 </ul>
 
 <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 {
-       border: 1px dotted #555555;
        padding: 20px;
   }
 </style>