Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * modern 스킨 레이아웃 보정
  • Loading branch information
inureyes committed Jun 6, 2008
1 parent 59f49aa commit 8eb93db
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 152 deletions.
1 change: 1 addition & 0 deletions style/admin/modern/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ h2.caption span
{
background-color: #EFEFEF;
border: 1px solid #D9D9D9;
border-bottom: 1px solid #B9B9B9;
cursor: pointer;
display: block;
float: left;
Expand Down
7 changes: 4 additions & 3 deletions style/admin/modern/basic.ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
/* main menu */
#main-menu-box
{
height : 3em;
height : 40px;
line-height : 3em;
}

#main-menu li
#main-menu li,
#main-menu li.selected
{
height : 3em;
height : 40px;
}

/* Layout Body ***********************************************************************************/
Expand Down
4 changes: 2 additions & 2 deletions style/admin/modern/basic.ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

#main-menu li
{
height : 3em;
height : 40px;
}

/* Layout Body ***********************************************************************************/

#main-menu li.selected
{
height : 37px;
height : 40px;
}

#page-section .page-count
Expand Down
Loading

0 comments on commit 8eb93db

Please sign in to comment.