소스 검색

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 {