mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -67,7 +67,6 @@
|
|||
font-weight:normal;
|
||||
line-height:1.2em;
|
||||
font-size: 140%;
|
||||
color: #fff;
|
||||
width: 102%;
|
||||
text-indent: 15px;
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
.ie6 .block_navigation .block_tree .tree_item {width:100%;}
|
||||
|
||||
/** Overide for RTL layout **/
|
||||
.dir-rtl .block_navigation .block_tree li.depth_2 ul {padding-left:0;padding-right: 16px; padding-left: 0;}
|
||||
.dir-rtl .block_navigation .block_tree li.depth_2 ul {padding-left: 0; padding-right: 16px;}
|
||||
.dir-rtl .block_navigation .block_tree .type_activity > p.tree_item.branch.hasicon.active_tree_node,
|
||||
.dir-rtl .block_navigation .block_tree .tree_item {padding-right: 21px;text-align:right;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue