瀏覽代碼

Small style fix to breadcrumb house icon alignment - refs #7218

Yannick Warnier 10 年之前
父節點
當前提交
7f3d23f697
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      main/css/base.css

+ 3 - 2
main/css/base.css

@@ -306,9 +306,10 @@ header {
   width: 0%;
   width: 0%;
  }
  }
 
 
- .breadcrumb li img:nth-child(n) {
+.breadcrumb li img:nth-child(n) {
   width: auto;
   width: auto;
- }
+  margin-top: -4px;
+}
 
 
 /* To fix the increase/decrease buttons */
 /* To fix the increase/decrease buttons */
 label, input, button, select, textarea, p {
 label, input, button, select, textarea, p {