more css cleanup
authorMoritz Warning <moritzwarning@web.de>
Thu, 30 Jan 2020 00:55:18 +0000 (01:55 +0100)
committerMoritz Warning <moritzwarning@web.de>
Thu, 30 Jan 2020 00:55:18 +0000 (01:55 +0100)
www/index.css
www/index.html

index a95e97498697da55c0432749b0c250418b9fed26..6f59d506f1d0d129f9875cfb2457012f59cfd022 100644 (file)
@@ -79,7 +79,7 @@ header > div {
   color: #fff;
 }
 
-.MuiContainer-maxWidthLg {
+.container {
   max-width: 1280px;
   padding-left: 32px;
   padding-right: 32px;
@@ -91,7 +91,7 @@ header > div {
   margin-bottom: 100px;
 }
 
-.MuiPaper-rounded {
+.container > div {
   padding: 30px;
   text-align: left;
   box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12);
index f1af8e8bac426558de8cdaae8d2a77950fa1726b..ee28c6565b1b0ac3d8f5f2f3c824aec02336ba3b 100644 (file)
@@ -10,7 +10,7 @@
 
 <header>
        <div>
-               <h6 class="MuiTypography-h6 tr-title">OpenWrt Firmware Selector</h6>
+               <h6 class="tr-title">OpenWrt Firmware Selector</h6>
                <div style="flex-grow: 1;"></div>
 
                <select id="language-selection" onchange="changeLanguage(this.children[this.selectedIndex].value);" size="1">
@@ -20,8 +20,8 @@
        </div>
 </header>
 
-<div class="MuiContainer-maxWidthLg">
-       <div class="MuiPaper-rounded">
+<div class="container">
+       <div>
                <h2 class="tr-load">Download OpenWrt firmware for your device!</h2>
                <p class="tr-message">Please use the input below to download firmware for your device!</p>
                <br>