Fixes casing

This commit is contained in:
Javier Arce
2016-01-22 18:45:23 +01:00
parent f92109cbdb
commit de2d5fc4ab
10 changed files with 13 additions and 26 deletions

View File

@@ -234,8 +234,8 @@ All available icons in CartoDB.
<div class="box">
<i class="CDB-IconFont CDB-IconFont--unlockWithellipsis Size-large"></i>
<h4 class="Text Size-small">unlockWithellipsis</h4>
<i class="CDB-IconFont CDB-IconFont--unlockWithEllipsis Size-large"></i>
<h4 class="Text Size-small">unlockWithEllipsis</h4>
</div>
@@ -781,7 +781,7 @@ All available icons in CartoDB.
}
.CDB-IconFont--unlockWithellipsis::before {
.CDB-IconFont--unlockWithEllipsis::before {
content: '\E021';
}