align sidebar with posts column
This commit is contained in:
parent
980d3dff30
commit
99765dc4f6
@ -114,7 +114,7 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
margin-top: 5px;
|
margin-top: 2rem;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
@ -231,6 +231,10 @@ aside {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profileheader {
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.side_element li {
|
.side_element li {
|
||||||
font-family: fontello, sans-serif;
|
font-family: fontello, sans-serif;
|
||||||
height:30px;
|
height:30px;
|
||||||
@ -240,6 +244,8 @@ aside {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* posts area elements */
|
/* posts area elements */
|
||||||
|
|
||||||
.uploadedImage {
|
.uploadedImage {
|
||||||
|
Loading…
Reference in New Issue
Block a user