1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +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

@@ -5,8 +5,7 @@
cursor: pointer;
display: inline-block;
height: 18px;
line-height: 18px;
font-size: 13px;
font-size: 1.2em;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 4px;