James Moger
2013-10-01 93f881f4ab8c77ee32ab3918a963bc26963344aa
Fix incorrect mappings for some iconic classes

Change-Id: Ieeb7159768453a17b01b8e2a59289b256c6c3492
1 files modified
14 ■■■■ changed files
src/main/resources/bootstrap/css/iconic.css 14 ●●●● patch | view | raw | blame | history
src/main/resources/bootstrap/css/iconic.css
@@ -104,17 +104,17 @@
    content: '\270e';
  }
  .iconic-x:before {
    content: '\2717';
  }
  .iconic-o-x:before {
    content: '\2718';
  }
  .iconic-check:before {
    content: '\2713';
  }
  .iconic-o-check:before {
  .iconic-o-x:before {
    content: '\2714';
  }
  .iconic-check:before {
    content: '\2717';
  }
  .iconic-o-check:before {
    content: '\2718';
  }
  .iconic-left-quote:before {
    content: '\275d';
  }