Merge pull request #1080 from wincomi/pr/admin-tpl-skipNav

관리자 페이지의 상단 여백 제거
This commit is contained in:
Kijin Sung 2018-08-22 19:38:53 +09:00 committed by GitHub
commit 98e98b4ecf
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;