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

Changed the link in the README.md to get to the correct Font Awesome version.

parent a9008ab4
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
* 2019-10-28 - Changed the link in the README.md to get to the correct Font Awesome version.
* 2019-10-28 - Adjusted login.mustache template due to upstream changes in theme Boost. * 2019-10-28 - Adjusted login.mustache template due to upstream changes in theme Boost.
* 2019-10-28 - Adjusted columns2.mustache template due to upstream changes in theme Boost. * 2019-10-28 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
* 2019-10-28 - Adjusted loginform.mustache template due to upstream changes in Moodle core. * 2019-10-28 - Adjusted loginform.mustache template due to upstream changes in Moodle core.
......
...@@ -310,7 +310,7 @@ Please note: The code itself and the URLs have to fit exactly to your uploaded f ...@@ -310,7 +310,7 @@ Please note: The code itself and the URLs have to fit exactly to your uploaded f
##### Block icon ##### Block icon
With this setting you can add a default Font Awesome icon in front of the block title. If checked, we additionally provide individual icon replacements for many Moodle core blocks and also some widely used blocks. You also can change the icons easily for each block individually in your raw SCSS via the change of the Font Awesome content. For all available icons please visit http://fontawesome.io/icons/ and use the Unicode value of the icon to replace the default one. The code to change the icon looks like this example change for the block "People": ``.block_people .card-block .card-title::before { content: '\f0c0' ; }``. With this setting you can add a default Font Awesome icon in front of the block title. If checked, we additionally provide individual icon replacements for many Moodle core blocks and also some widely used blocks. You also can change the icons easily for each block individually in your raw SCSS via the change of the Font Awesome content. For all available icons please visit https://fontawesome.com/v4.7.0/icons/ and use the Unicode value of the icon to replace the default one. The code to change the icon looks like this example change for the block "People": ``.block_people .card-block .card-title::before { content: '\f0c0' ; }``.
#### Navbar #### Navbar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment