MDL-58586 css: add margin to userpictures

Boost has a right margin on the userpicture but this is missing in bootstrapbase (it is
added only on random pages).

Add a margin to bootstrapbase so it matches boost.
This commit is contained in:
Damyon Wiese
2017-04-21 11:38:32 +08:00
parent 6d14355ce8
commit 711cf2cda1
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -222,6 +222,9 @@ a.autolink.glossary:hover {
.pagingbar .thispage {
font-weight: bold;
}
img.userpicture {
margin-right: 5px;
}
img.resize {
height: 1em;
width: 1em;
@@ -559,7 +562,6 @@ a.skip:active {
}
.notepost .userpicture {
float: left;
margin-right: 5px;
}
.notepost .content,
.notepost .footer {
+3 -1
View File
@@ -2530,6 +2530,9 @@ a.autolink.glossary:hover {
.pagingbar .thispage {
font-weight: bold;
}
img.userpicture {
margin-right: 5px;
}
img.resize {
height: 1em;
width: 1em;
@@ -2856,7 +2859,6 @@ a.skip:active {
}
.notepost .userpicture {
float: left;
margin-right: 5px;
}
.notepost .content,
.notepost .footer {