mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Refine layout
This commit is contained in:
parent
123a133ab9
commit
b617da268d
1 changed files with 4 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ body {
|
||||||
}
|
}
|
||||||
/* Skin to content */
|
/* Skin to content */
|
||||||
.skip {
|
.skip {
|
||||||
|
background-color: lighten($grey, 35%);
|
||||||
position: relative;
|
position: relative;
|
||||||
margin:0
|
margin:0
|
||||||
}
|
}
|
||||||
|
|
@ -183,10 +184,11 @@ header.layout_frame {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width:960px;
|
max-width:960px;
|
||||||
width:100%;
|
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
|
.layout_menu>ul{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
.layout_menu>ul>li {
|
.layout_menu>ul>li {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue