mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-48277 css: enable duplicate definitions lint rule
And remove duplicates found in code which were detected by this rule (leaving the last rule defined as this would take precidence). https://github.com/CSSLint/csslint/wiki/Disallow-duplicate-properties
This commit is contained in:
parent
9ec6c460e6
commit
03e93abad8
7 changed files with 6 additions and 8 deletions
|
@ -41,7 +41,6 @@
|
|||
#page-mod-scorm-player #scormnav {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 0px;
|
||||
text-align: center;
|
||||
top: 3px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue