Smuggli has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/174947

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/47/174947/1

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: newchange
Gerrit-Change-Id: Id25c6f5adc8479cdb78690fb4a9403a76e8c2281
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Smuggli <[email protected]>

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

Reply via email to