관리자 페이지의 상단 여백 제거

메뉴 건너뛰기(.skipNav)로 인해 상단에 1px의 여백이 존재합니다. 관리자 페이지 디자인 개정에 따라 이 여백을 제거하였습니다.
This commit is contained in:
COMI 2018-08-20 16:46:05 +09:00 committed by GitHub
parent 92406f797b
commit 6312d10ec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -737,12 +737,14 @@ margin-bottom: 10px;
overflow: hidden;
color: #333;
text-decoration: none;
position: absolute;
}
.x>.skipNav>a:focus {
height: auto;
margin: 5px 0;
padding: 8px 0;
background: #fff;
position: static;
}
.x>.header {
position: relative;