diff options
author | hanakin <midaym@gmail.com> | 2014-09-23 17:11:51 +0200 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2014-09-23 17:11:51 +0200 |
commit | aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a (patch) | |
tree | c12ecce99fba58f29e9040ebd201b55bb46c4908 /phpBB/styles/prosilver/theme | |
parent | ef9e0e743a5d2961bf578a21d27014b101db8a21 (diff) | |
download | forums-aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a.tar forums-aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a.tar.gz forums-aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a.tar.bz2 forums-aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a.tar.xz forums-aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a.zip |
[ticket/13097] Add missing unit type
PHPBB3-13097
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index cbdeab11f9..7cc85a7e00 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -410,7 +410,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { .search-header a.button { border: 0; - border-left: 1; + border-left: 1px; padding: 3px 5px 3px 4px; } |