Smuggli has submitted this change and it was merged.

Change subject: Added a margin to author pictures
......................................................................


Added a margin to author pictures

The author pictures had no space between each other, looked strange.

Change-Id: Id25c6f5adc8479cdb78690fb4a9403a76e8c2281
---
M Authors/resources/bluespice.authors.css
1 file changed, 3 insertions(+), 7 deletions(-)

Approvals:
  Robert Vogel: Checked; Looks good to me, but someone else must approve
  Smuggli: Verified; Looks good to me, approved



diff --git a/Authors/resources/bluespice.authors.css 
b/Authors/resources/bluespice.authors.css
index 8ada77d..b8e9b87 100644
--- a/Authors/resources/bluespice.authors.css
+++ b/Authors/resources/bluespice.authors.css
@@ -4,7 +4,6 @@
  * Part of BlueSpice for MediaWiki
  *
  * @author     Robert Vogel <[email protected]>
-
  * @package    BlueSpice_Extensions
  * @subpackage Authors
  * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
@@ -22,7 +21,8 @@
 }
 
 .bs-authors .bs-userminiprofile {
-       float:left;
+       float: left;
+       margin-right: 3px;
 }
 
 .bs-authors-originator {
@@ -37,8 +37,4 @@
 .bs-authors-originator img {
     border: 2px #FFAE00 solid;
 }
-*/
-
-.bs-authors-lasteditor {
-       margin-left: 5px;
-}
\ No newline at end of file
+*/
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/174947
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id25c6f5adc8479cdb78690fb4a9403a76e8c2281
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Smuggli <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: Smuggli <[email protected]>
Gerrit-Reviewer: Tweichart <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to