diff options
| -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;  } | 
