Browse Source

.ignoreboards width fix

Boards on Ignore Boards Options page should be in 2 columns (.floatleft
and .floatright), but due to 90% width  that was not possible.

Signed-off-by: Hristo- Hristo-@users.noreply.github.com
Hristo- 11 years ago
parent
commit
da03714a0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/css/index.css

@@ -3292,7 +3292,7 @@ img.centericon {
 .ignoreboards {
 	margin: 0 2%;
 	padding: 0;
-	width: 90%;
+	width: 45%;
 }
 .ignoreboards a {
 	font-weight: bold;