diff options
| author | Cesar G <prototech91@gmail.com> | 2014-09-23 10:06:00 -0700 | 
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-09-23 10:06:00 -0700 | 
| commit | 7307380091749ae5e94d5e3d47937c74ed60c3cf (patch) | |
| tree | c12ecce99fba58f29e9040ebd201b55bb46c4908 | |
| parent | ef9e0e743a5d2961bf578a21d27014b101db8a21 (diff) | |
| parent | aa1ffc9319d95e316c9abeaf6e1fbcff39fd257a (diff) | |
| download | forums-7307380091749ae5e94d5e3d47937c74ed60c3cf.tar forums-7307380091749ae5e94d5e3d47937c74ed60c3cf.tar.gz forums-7307380091749ae5e94d5e3d47937c74ed60c3cf.tar.bz2 forums-7307380091749ae5e94d5e3d47937c74ed60c3cf.tar.xz forums-7307380091749ae5e94d5e3d47937c74ed60c3cf.zip  | |
Merge remote-tracking branch 'hanakin/ticket/13097' into develop-ascraeus
* hanakin/ticket/13097:
  [ticket/13097] Add missing unit type
| -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;  }  | 
