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:
authorflaburgan <flaburgan@geexxx.fr>2014-10-07 10:56:11 +0400
committerflaburgan <flaburgan@geexxx.fr>2014-10-08 21:40:06 +0400
commit476f694bca92712d8606cb5ebd88a7b4bc17d513 (patch)
tree7263995877d739012e95d97201b5cfde131f1482 /app
parentcf6b14471271bd16acb65ceebe91aafbd3e1c507 (diff)
Remove one border-bottom on the photo page
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/stream_element.css.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/stylesheets/stream_element.css.scss b/app/assets/stylesheets/stream_element.css.scss
index afeda4c1b..e8d9b4d87 100644
--- a/app/assets/stylesheets/stream_element.css.scss
+++ b/app/assets/stylesheets/stream_element.css.scss
@@ -1,9 +1,15 @@
-#main_stream .stream_element, #main_stream .photo {
- padding: 10px;
+#main_stream .stream_element,
+#main_stream > div > .photo {
border-bottom: 1px solid $border-grey;
+ padding: 10px;
+
+ & > .media {
+ margin: 0px;
+ }
+}
+#main_stream .stream_element {
& > .media {
- margin: 0;
& > .img > .avatar.small {
height: 50px;
width: 50px;