1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

[ticket/14976] Fix linting

PHPBB3-14976
This commit is contained in:
hanakin 2017-02-22 10:16:11 -05:00 committed by Michael Miday
parent 036d00f872
commit a3372e628a
2 changed files with 9 additions and 9 deletions

View File

@ -15,15 +15,15 @@
}
*/
/* Define your base font-size here; most elements will inherit this. */
/*
* 1. Define your base font-size here (16px), most elements will inherit this.
* 2. 24px (This is now our magic number; all subsequent margin-bottoms and
* line-heights want to be a multiple of this number in order to maintain
* vertical rhythm.)
*/
html {
font-size: 16px; /* Assuming 16px... */
/* 24px (This is now our magic number; all subsequent margin-bottoms and
line-heights want to be a multiple of this number in order to maintain
vertical rhythm.) */
line-height: 1.5;
font-size: 16px; /* [1] */
line-height: 1.5; /* [2] */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

View File

@ -158,7 +158,7 @@ html > body .postbody h1 a:link:after,
html > body .postbody h2 a:link:after,
.post-buttons a:after {
text-decoration: none;
content: "";
content: "" !important;
}
/* Poster profile */