Sfoglia il codice sorgente

feature: center align the fieldset titles

jamesread 2 anni fa
parent
commit
dc0cf33d37
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 {