diff options
author | hanakin <midaym@gmail.com> | 2014-06-25 06:35:03 +0200 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2014-06-30 17:08:08 +0200 |
commit | 20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1 (patch) | |
tree | 2ad7ae26c324978594d80890b6ac764901ec7d68 /phpBB/styles/prosilver/theme | |
parent | 710e0e7aa658fc604110dc5f988559916fb002b5 (diff) | |
download | forums-20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1.tar forums-20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1.tar.gz forums-20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1.tar.bz2 forums-20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1.tar.xz forums-20e9480ba5b1e5c9ec3a4bcd58b533e4590960f1.zip |
[ticket/12735] Fix line breaks
PHPBB3-12735
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 13 |
1 files 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; |