1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 08:30:26 +01:00

[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 {
/* Username/source of quoter */
margin-right: 0px;
margin-right: 0;
margin-left: 0;
}
blockquote cite:before {
.rtl blockquote cite:before {
/* Font Awesome quote-right */
content: '\f10e';
font-family: FontAwesome;
padding-right: 0px;
padding-right: 0;
padding-left: 5px;
}

View File

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