Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
d6d4b7aa
Commit
d6d4b7aa
authored
Mar 20, 2019
by
Adrian Greeve
Browse files
MDL-64505 theme_classic: Grunt update and version formatting.
parent
e081d600
Changes
2
Hide whitespace changes
Inline
Side-by-side
theme/classic/style/moodle.css
View file @
d6d4b7aa
...
...
@@ -10780,6 +10780,10 @@ div.editor_atto_toolbar button .icon {
overflow
:
hidden
!important
;
/* stylelint-disable-line declaration-no-important */
}
.text-break
{
overflow-wrap
:
break-word
!important
;
/* stylelint-disable-line declaration-no-important */
}
.icon
{
font-size
:
16px
;
width
:
16px
;
...
...
theme/classic/version.php
View file @
d6d4b7aa
...
...
@@ -28,6 +28,4 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
version
=
2019030100
;
$plugin
->
requires
=
2019030100
;
$plugin
->
component
=
'theme_classic'
;
$plugin
->
dependencies
=
[
'theme_boost'
=>
2019022600
];
$plugin
->
dependencies
=
array
(
'theme_boost'
=>
2019022600
);
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment