From 20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1 Mon Sep 17 00:00:00 2001 From: hanakin Date: Wed, 25 Jun 2014 06:35:03 +0200 Subject: [ticket/12735] Fix line breaks PHPBB3-12735 --- phpBB/styles/prosilver/theme/common.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index e7369e11cf..70d17d8bbe 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -218,11 +218,18 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul { white-space: nowrap; /* For Opera */ } -#search-box #keywords { width: 95px; } -#search-box input { border: 1px solid transparent; } +#search-box #keywords { + width: 95px; +} + +#search-box input { + border: 1px solid transparent; +} /* .button1 style defined later, just a few tweaks for the search button version */ -#search-box input.button1 { padding: 1px 5px; } +#search-box input.button1 { + padding: 1px 5px; +} #search-box li { text-align: right; -- cgit v1.2.1