浏览代码

Apostrophe 2: Make sure search field in the footer widget area is centred. Fixes #205

alaczek 7 年之前
父节点
当前提交
a2c9c0fb5f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      apostrophe-2/style.css

+ 4 - 0
apostrophe-2/style.css

@@ -1436,6 +1436,10 @@ a:active {
 	width: auto;
 }
 
+.site-footer .widget-area input.search-field {
+	margin: 0 auto;
+}
+
 .site-footer .site-info {
 	border-top: 2px solid #ccc;
 	font-size: 16px;