주요 메뉴에 상단 바 추가

This commit was merged in pull request #87.
This commit is contained in:
2018-04-29 03:08:30 +09:00
parent 19e91b2de0
commit a242b9a20e
5 changed files with 42 additions and 96 deletions
+8 -1
View File
@@ -45,6 +45,8 @@ div {
line-height:50px;
font-size: 30px; font-weight: bold;
text-align: center;
color:white;
padding:0;
}
.legacy_layout div {
@@ -87,6 +89,7 @@ button {
background-color: black; color: white;
font-family: '맑은 고딕';
font-size: 13px;
line-height:1.3;
}
.font0 { font-size: 10px; }
@@ -94,4 +97,8 @@ button {
.font2 { font-size: 15px; }
.font3 { font-size: 20px; }
.font4 { font-size: 30px; }
.font5 { font-size: 50px; }
.font5 { font-size: 50px; }
caption.section_title {
caption-side:top;
}