diff --git a/community/lms/widgets/BreadCrumb.html b/community/lms/widgets/BreadCrumb.html new file mode 100644 index 00000000..549909d2 --- /dev/null +++ b/community/lms/widgets/BreadCrumb.html @@ -0,0 +1,13 @@ +
diff --git a/community/public/css/style.css b/community/public/css/style.css index b928ba28..0ca22787 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -899,6 +899,10 @@ div.custom-checkbox>label>input:checked+img { color: inherit; } -.breadcrum { +.dark-links:hover { + color: inherit; +} + +.breadcrumb { margin: 16px 10px 16px; } diff --git a/community/www/batch/learn.html b/community/www/batch/learn.html index a9c08b02..2e9c56ac 100644 --- a/community/www/batch/learn.html +++ b/community/www/batch/learn.html @@ -20,7 +20,11 @@ {% block content %} +