소스 검색

Fix web page layout

nagadomi 9 년 전
부모
커밋
212b659ec5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      assets/style.css
  2. 1 1
      webgen/assets/style.css

+ 1 - 1
assets/style.css

@@ -111,7 +111,7 @@ p.margin1 { margin: 0.9em 0; }
 
 .option-left {
     display: inline-block;
-    width: 180px;
+    width: 220px;
     color: #707070;
     font-weight: bold;
 }

+ 1 - 1
webgen/assets/style.css

@@ -111,7 +111,7 @@ p.margin1 { margin: 0.9em 0; }
 
 .option-left {
     display: inline-block;
-    width: 180px;
+    width: 220px;
     color: #707070;
     font-weight: bold;
 }