[ticket/15086] corrections from vinny's review

Changed instances of 0px; to 0; and add missing element

PHPBB3-15086
This commit is contained in:
nomind60s 2017-02-23 22:33:43 -07:00
parent f78ba39a1c
commit 92fefcfe6f
2 changed files with 4 additions and 4 deletions

View file

@ -502,15 +502,15 @@ li.breadcrumbs span:first-child > a {
.rtl blockquote cite { .rtl blockquote cite {
/* Username/source of quoter */ /* Username/source of quoter */
margin-right: 0px; margin-right: 0;
margin-left: 0; margin-left: 0;
} }
blockquote cite:before { .rtl blockquote cite:before {
/* Font Awesome quote-right */ /* Font Awesome quote-right */
content: '\f10e'; content: '\f10e';
font-family: FontAwesome; font-family: FontAwesome;
padding-right: 0px; padding-right: 0;
padding-left: 5px; padding-left: 5px;
} }

View file

@ -466,7 +466,7 @@ blockquote cite {
/* Username/source of quoter */ /* Username/source of quoter */
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
margin-left: 0px; margin-left: 0;
display: block; display: block;
font-size: 0.9em; font-size: 0.9em;
} }