Browse Source

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

Yannick Warnier 10 years ago
parent
commit
7f3d23f697
1 changed files with 3 additions and 2 deletions
  1. 3 2
      main/css/base.css

+ 3 - 2
main/css/base.css

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