diff --git a/less/account.less b/less/account.less index 743f3b2..1f14bdd 100644 --- a/less/account.less +++ b/less/account.less @@ -3,6 +3,12 @@ margin-bottom: 30px; } + > .row { + max-width: @screen-sm-min; + margin-left: auto; + margin-right: auto; + } + .cover { background-size: cover; background-repeat: no-repeat; @@ -153,6 +159,15 @@ } +.posts-list .posts-list-item { + // temp global, port to groups/fav/account + border-bottom: 1px solid @gray-lighter; + margin-bottom: 25px !important; + padding-bottom: 40px; +} + + + // .account-picture-block{ @@ -207,4 +222,5 @@ font-size:16px; width:100px; } -} \ No newline at end of file +} + diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 83d1339..05c6c93 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -2,139 +2,133 @@
-
+