소스 검색

fix IE6 bugs

master
부모
커밋
4dde3be03a
2개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. +5
    -2
      public/css/enhance.css
  2. +2
    -2
      public/css/main.css

+ 5
- 2
public/css/enhance.css 파일 보기

@@ -1,17 +1,20 @@
/* switch navbar to a single line */
.titlebar {
min-height: 32px;
text-align: left;
}

.titlebar a.logo {
position: absolute;
top: 5px;
left: 10px;
margin: 0;
}

.titlebar .menu {
margin: 6px 0;
margin-left: 37px;
margin: 0;
padding: 6px 0;
padding-left: 37px;
line-height: 20px;
height: 20px;
text-align: right;


+ 2
- 2
public/css/main.css 파일 보기

@@ -102,8 +102,8 @@ hr.textonly {
}

.titlebar .logo img {
min-width: 32px;
min-height: 32px;
width: 32px;
height: 32px;
border: none;
}



불러오는 중...
취소
저장