Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFlorian Staudacher <florian_staudacher@yahoo.de>2014-09-19 00:30:28 +0400
committerFlorian Staudacher <florian_staudacher@yahoo.de>2014-09-19 00:30:57 +0400
commit926556c145f43638208dd681c0f7b8b772640ff2 (patch)
treedb83958fcda9e21eac8e587d74a2f0924d51afa9 /app
parent31613e778476b14b93eb1f382eb173c1bb3cecbb (diff)
fix profile badge too much margin [ci skip]
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/profile.css.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/profile.css.scss b/app/assets/stylesheets/profile.css.scss
index de1dfe8cc..bf2338591 100644
--- a/app/assets/stylesheets/profile.css.scss
+++ b/app/assets/stylesheets/profile.css.scss
@@ -13,6 +13,8 @@
padding: 0;
}
+ .avatar.large { margin-bottom: 0; }
+
ul#profile_information {
margin: 1em 0;
> li {