1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/13879] Replaced px with em where appropriate.

We're using ems basically everywhere else so ¯\_(ツ)_/¯

PHPBB3-13879
This commit is contained in:
Callum Macrae
2015-05-28 15:57:31 +02:00
parent f1e11414e8
commit 8b6c6e794a
3 changed files with 12 additions and 16 deletions

View File

@@ -114,7 +114,7 @@ ul.cplist {
float: left;
font-size: 1em;
font-weight: bold;
line-height: 14px;
line-height: 1.4em;
}
#tabs .tab > a, #minitabs .tab > a {
@@ -172,10 +172,10 @@ ul.cplist {
.responsive-tab > a.responsive-tab-link {
display: block;
font-size: 16px;
font-size: 1.6em;
position: relative;
width: 16px;
line-height: 14px;
line-height: 0.9em;
text-decoration: none;
}