diff --git a/phpBB/styles/prosilver/theme/base.css b/phpBB/styles/prosilver/theme/base.css index 3c5fdb11d5..f4daeee1e5 100644 --- a/phpBB/styles/prosilver/theme/base.css +++ b/phpBB/styles/prosilver/theme/base.css @@ -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); } diff --git a/phpBB/styles/prosilver/theme/print.css b/phpBB/styles/prosilver/theme/print.css index cb1e8d0857..8670aa8461 100644 --- a/phpBB/styles/prosilver/theme/print.css +++ b/phpBB/styles/prosilver/theme/print.css @@ -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 */