Skip to content

Commit

Permalink
[ticket/14976] Fix linting
Browse files Browse the repository at this point in the history
PHPBB3-14976
  • Loading branch information
hanakin committed Oct 11, 2017
1 parent 036d00f commit a3372e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions phpBB/styles/prosilver/theme/base.css
Expand Up @@ -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);
}

Expand Down
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/theme/print.css
Expand Up @@ -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 */
Expand Down

0 comments on commit a3372e6

Please sign in to comment.