border on the left of the stream and profile header
This commit is contained in:
parent
b0a8ecf8be
commit
3721861c94
3 changed files with 10 additions and 2 deletions
|
|
@ -2,6 +2,11 @@
|
|||
.profile_header {
|
||||
border-bottom: 1px solid $border-grey;
|
||||
margin-bottom: 20px;
|
||||
border-left: 1px solid #dddddd;
|
||||
padding-left: 10px;
|
||||
padding-top: 20px;
|
||||
margin-left: -10px;
|
||||
margin-top: -20px;
|
||||
|
||||
#edit_profile, #unblock_user_button, .aspect_dropdown {
|
||||
margin-top: 5px;
|
||||
|
|
@ -100,7 +105,6 @@
|
|||
}
|
||||
|
||||
#profile {
|
||||
border-right: 1px solid $border-grey;
|
||||
padding: 10px 20px;
|
||||
#profile_photo {
|
||||
margin-top: 10px;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
.stream_container {
|
||||
border-left: 1px solid $border-grey;
|
||||
padding-left: 10px;
|
||||
padding-top: 20px;
|
||||
margin-left: -10px;
|
||||
margin-top: -20px;
|
||||
#publisher {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ h1.tag {
|
|||
|
||||
#tags_show {
|
||||
.span3 {
|
||||
border-right: 1px solid $border-grey;
|
||||
h4 { margin: 25px 0 15px; }
|
||||
.side_stream #people_stream {
|
||||
.name { display: block; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue