aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index d94a31c4cf1..84d3229bda9 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -894,12 +894,15 @@ div.crumb.hidden {
display: none;
}
div.crumb a,
-div.crumb span {
+div.crumb > span {
position: relative;
top: 12px;
padding: 14px 24px 14px 17px;
color: #555;
}
+div.crumb.last a {
+ padding-right: 0px;
+}
div.crumb:first-child a {
position: relative;
top: 13px;