mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
f78ba39a1c
commit
92fefcfe6f
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue