Delete some unneeded CSS
This commit is contained in:
@@ -5,20 +5,6 @@
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
#columnwrapper {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
#leftcolumn {
|
|
||||||
flex: 1;
|
|
||||||
width: 50%;
|
|
||||||
float: left
|
|
||||||
}
|
|
||||||
#rightcolumn {
|
|
||||||
flex: 1;
|
|
||||||
height: auto;
|
|
||||||
width: 50%;
|
|
||||||
float: right
|
|
||||||
}
|
|
||||||
#background {
|
#background {
|
||||||
background-image: url("/images/art/back.jpeg");
|
background-image: url("/images/art/back.jpeg");
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
@@ -46,12 +32,4 @@
|
|||||||
.photothumb {
|
.photothumb {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
|
||||||
.col-centered {
|
|
||||||
display: inline-block;
|
|
||||||
float: none;
|
|
||||||
/* reset the text-align */
|
|
||||||
text-align: left;
|
|
||||||
/* inline-block space fix */
|
|
||||||
margin-right: -4px;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user