edit edit edit

master
Ottis 5 years ago
parent 9f3591793f
commit ea988ee314

@ -13,15 +13,6 @@
font-family: Book ; font-family: Book ;
} }
.vl {
border-left: 2px solid black;
height: 500px;
position: absolute;
left: 50%;
margin-left: -1px;
bottom: 19px;
}
#wrapper { #wrapper {
width: 90%; width: 90%;
margin: auto; margin: auto;
@ -65,6 +56,16 @@ ul {
margin: auto; margin: auto;
} }
.vl {
z-index: -1;
border-left: 2px solid black;
height: 500px;
position: absolute;
left: 50%;
margin-left: -1px;
bottom: 19px;
}
#right { #right {
float: right; float: right;
width: 50%; width: 50%;

Loading…
Cancel
Save