mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
관리자 페이지의 상단 여백 제거
메뉴 건너뛰기(.skipNav)로 인해 상단에 1px의 여백이 존재합니다. 관리자 페이지 디자인 개정에 따라 이 여백을 제거하였습니다.
This commit is contained in:
parent
92406f797b
commit
6312d10ec0
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue