aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/common.css13
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;