Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
2c4e42de
Commit
2c4e42de
authored
8 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Improved fonts on category overview page
parent
8dd7f874
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
README.md
+4
-0
4 additions, 0 deletions
README.md
scss/post.scss
+17
-0
17 additions, 0 deletions
scss/post.scss
with
22 additions
and
0 deletions
CHANGES.md
+
1
−
0
View file @
2c4e42de
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
2c4e42de
...
@@ -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
-------------------
-------------------
...
...
This diff is collapsed.
Click to expand it.
scss/post.scss
+
17
−
0
View file @
2c4e42de
...
@@ -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
-------------------------------------*/
-------------------------------------*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment