diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index d8d53bd0324..837b3259781 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -862,7 +862,9 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} div.crumb { float: left; display: block; - background: url('../img/breadcrumb.svg') no-repeat right center; + background-image: url('../img/breadcrumb.svg'); + background-repeat: no-repeat; + background-position: right center; height: 44px; background-size: auto 24px; } |