1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[ticket/15115] Fix errors

PHPBB3-15115
This commit is contained in:
hanakin
2017-03-09 16:35:28 -05:00
parent 2ca1402476
commit ec71279a77
16 changed files with 340 additions and 176 deletions

View File

@@ -1,7 +1,10 @@
/* -------------------------------------------------------------- /*
$Print
/* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable declaration-property-unit-whitelist */
/* stylelint-disable declaration-property-unit-blacklist */
/* Lots still TODO here! */
@@ -71,7 +74,7 @@ h3,
h1 a,
h2 a,
h3 a {
font-family: 'Trebuchet MS', georgia, Verdana, sans-serif;
font-family: "Trebuchet MS", georgia, Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
background: none;
@@ -93,7 +96,7 @@ h3 {
}
.content {
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
line-height: 14pt;
overflow: hidden;
@@ -117,7 +120,7 @@ html > body .postbody a:link:after,
html > body .postbody a:visited:after {
font-size: 90%;
text-decoration: none;
content: ' (' attr(href) ') ';
content: " (" attr(href) ") ";
}
hr {
@@ -152,7 +155,7 @@ html > body .postquote .quote-by a:visited:after,
html > body .postbody h1 a:link:after,
html > body .postbody h2 a:link:after {
text-decoration: none;
content: '';
content: "";
}
/* Poster profile */
@@ -222,3 +225,4 @@ ul {
width: 1em;
}
/* stylelint-enable declaration-property-unit-whitelist */
/* stylelint-enable declaration-property-unit-blacklist */