瀏覽代碼

feature: center align the fieldset titles

jamesread 2 年之前
父節點
當前提交
dc0cf33d37
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      webui/style.css

+ 4 - 0
webui/style.css

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