diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-26 14:54:26 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:48 -0700 |
commit | aad195aaa87b0323c7b96bcfb3962a6a49eed8a0 (patch) | |
tree | 7994af3876084e6deea18f12a0c5a86ab1dd60e1 /phpBB/styles/prosilver/theme/buttons.css | |
parent | 4d6058341296f04882c939571243f572b05d94da (diff) | |
download | forums-aad195aaa87b0323c7b96bcfb3962a6a49eed8a0.tar forums-aad195aaa87b0323c7b96bcfb3962a6a49eed8a0.tar.gz forums-aad195aaa87b0323c7b96bcfb3962a6a49eed8a0.tar.bz2 forums-aad195aaa87b0323c7b96bcfb3962a6a49eed8a0.tar.xz forums-aad195aaa87b0323c7b96bcfb3962a6a49eed8a0.zip |
[ticket/12155] Get rid of line-height value causing alignment issues in FF.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/theme/buttons.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 18041ea6d5..7d9aae86d7 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -7,7 +7,6 @@ .button { cursor: pointer; display: inline-block; - line-height: 17.5px; height: 18px; font-size: 13px; white-space: nowrap; |