Skip to content
Snippets Groups Projects
Commit 2c4e42de authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Improved fonts on category overview page

parent 8dd7f874
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2017-03-23 - Improved fonts on category overview page.
* 2017-03-21 - Improved design of mailto and broken links. * 2017-03-21 - Improved design of mailto and broken links.
* 2017-03-21 - Setting to change position and style of the login form to work out with a greater variety of background images. * 2017-03-21 - Setting to change position and style of the login form to work out with a greater variety of background images.
* 2017-03-21 - Update to change 2017-03-09: Added setting to be able to decide if the additional edit on / off button should be placed. * 2017-03-21 - Update to change 2017-03-09: Added setting to be able to decide if the additional edit on / off button should be placed.
......
...@@ -113,6 +113,10 @@ We added a back to top button that appears in the right bottom corner when the u ...@@ -113,6 +113,10 @@ We added a back to top button that appears in the right bottom corner when the u
* Added Font Awesome icons to mailto and broken links. Furthermore, colored broken link in red for fast recognizability. * Added Font Awesome icons to mailto and broken links. Furthermore, colored broken link in red for fast recognizability.
### Categories overview page
Improved font sizes and weights on category overview page for better readability.
Further information Further information
------------------- -------------------
......
...@@ -290,6 +290,23 @@ body.path-course-view #section-0 h3.accesshide { ...@@ -290,6 +290,23 @@ body.path-course-view #section-0 h3.accesshide {
} }
/*------------------------------------
Course categories
-------------------------------------*/
/* Reduce the size and the font-weight of the headings */
.course_category_tree {
h3 {
font-size: 1.45rem;
font-weight: normal;
}
h4 {
font-size: 1.2rem;
font-weight: normal;
}
}
/*------------------------------------ /*------------------------------------
General improvements General improvements
-------------------------------------*/ -------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment