Procházet zdrojové kódy

feature: center align the fieldset titles

jamesread před 2 roky
rodič
revize
dc0cf33d37
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      webui/style.css

+ 4 - 0
webui/style.css

@@ -145,6 +145,10 @@ tr:hover td {
 
 legend {
   padding-top: 1em;
+  text-align: center;
+  width: 100%;
+  padding-bottom: 1em;
+  font-weight: bold;
 }
 
 span.icon {