diff --git a/frappe/public/css/website.css b/frappe/public/css/website.css index 42a8e63612..f69e7d1354 100644 --- a/frappe/public/css/website.css +++ b/frappe/public/css/website.css @@ -215,13 +215,16 @@ fieldset { .page-header .lead { margin-bottom: 5px; } +.page-content { + padding-bottom: 30px; +} .sidebar-item { /*background-color: #f7f7f7;*/ border-left: 1px solid #d1d8dd; margin-left: -30px; padding: 5px 15px; color: #8d99a6; - font-size: 85%; + font-size: 12px; } .sidebar-item:first-child { padding-top: 10px; @@ -363,7 +366,7 @@ a.active { padding: 0px; background-color: transparent; border-radius: 0px; - font-size: 85%; + font-size: 12px; } .breadcrumb a { color: inherit; diff --git a/frappe/public/less/website.less b/frappe/public/less/website.less index acd97376ce..bc2ef0e460 100644 --- a/frappe/public/less/website.less +++ b/frappe/public/less/website.less @@ -249,7 +249,7 @@ fieldset { } .page-content { - + padding-bottom: 30px; } .sidebar-item { @@ -258,7 +258,7 @@ fieldset { margin-left: -30px; padding: 5px 15px; color: @text-muted; - font-size: 85%; + font-size: 12px; } .sidebar-item:first-child { @@ -432,7 +432,7 @@ a.active { padding: 0px; background-color: transparent; border-radius: 0px; - font-size: 85%; + font-size: 12px; } .breadcrumb a { diff --git a/frappe/templates/includes/sidebar.html b/frappe/templates/includes/sidebar.html index a6a318fb5d..84ffcfe4f9 100644 --- a/frappe/templates/includes/sidebar.html +++ b/frappe/templates/includes/sidebar.html @@ -1,6 +1,13 @@
{% if children -%}