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:
parent
036d00f872
commit
a3372e628a
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user