Pārlūkot izejas kodu

feature: center align the fieldset titles

jamesread 2 gadi atpakaļ
vecāks
revīzija
dc0cf33d37
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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 {