Skip to content

Commit

Permalink
MDL-61460 tool_componentlibrary: removed white space.
Browse files Browse the repository at this point in the history
Also updated the version number as that was causing a problem.
  • Loading branch information
abgreeve authored and stronk7 committed Jul 8, 2021
1 parent a533691 commit f03a714
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 deletions admin/tool/componentlibrary/content/library/adding-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ The output should be similar to this:

```
Running "componentlibrary:docsBuild" task
Building sites …
| EN
Building sites …
| EN
+------------------+-----+
Pages | 113
Paginator pages | 0
Non-page files | 18
Static files | 18
Processed images | 0
Aliases | 7
Sitemaps | 1
Cleaned | 0
Pages | 113
Paginator pages | 0
Non-page files | 18
Static files | 18
Processed images | 0
Aliases | 7
Sitemaps | 1
Cleaned | 0
Total in 913 ms
Running "componentlibrary:cssBuild" task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date: 2020-02-04T09:40:32+01:00
draft: false
weight: 3
---
##
##
## Position an single item at the right

Use the ```.justify-content-end``` class to position on item in a ```.d-flex``` container to the right
Expand Down
4 changes: 2 additions & 2 deletions admin/tool/componentlibrary/content/moodle/themes/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tip: you can use heading classes to style a native heading tag differently.
<p class="font-italic">Italic text.</p>

<p class="text-muted">
Muted text with a <a href="#" class="text-reset">reset link</a>.
Muted text with a <a href="#" class="text-reset">reset link</a>.
</p>
{{< /example >}}

Expand All @@ -73,4 +73,4 @@ tip: you can use heading classes to style a native heading tag differently.
<!-- Inline level -->
<span class="d-inline-block text-truncate" style="max-width: 150px;">
Praeterea iter est quasdam res quas ex communi.
</span>
</span>
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<div class="card-deck">
{{ range $.Site.Data.fontawesomeicons }}
<div class="card mb-2 p-1 d-flex flex-column justify-content-around text-center" style="flex: 0 0 20%; height: 150px">
<div class="small text-truncate" data-toggle="tooltip" data-placement="bottom" title="{{ .name }}">{{ .name }}</div>
<div class="small text-truncate" data-toggle="tooltip" data-placement="bottom" title="{{ .name }}">{{ .name }}</div>
<div class="row no-gutters">
<div class="col-sm-6 d-flex align-items-center justify-content-center">
<i class="fa {{ .icon }} fa-2x"></i>
</div>
<div class="col-sm-6 d-flex align-items-center justify-content-center">
{{ .standardicon | safeHTML }}
</div>
<div class="col-sm-6 d-flex align-items-center justify-content-center">
<i class="fa {{ .icon }} fa-2x"></i>
</div>
<div class="col-sm-6 d-flex align-items-center justify-content-center">
{{ .standardicon | safeHTML }}
</div>
</div>
<div class="small text-truncate mb-1" title="{{ .icon }}">{{ .icon }}</div>
<div class="small text-truncate mb-1" title="{{ .icon }}">{{ .icon }}</div>
</div>
{{ end }}
</div>
4 changes: 2 additions & 2 deletions admin/tool/componentlibrary/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2021051100;
$plugin->requires = 2021052500;
$plugin->version = 2021052501; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2021052500; // Requires this Moodle version.
$plugin->component = 'tool_componentlibrary';

0 comments on commit f03a714

Please sign in to comment.