summaryrefslogtreecommitdiffstats
path: root/src/main/resources/bootstrap
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-10-01 17:26:05 -0400
committerJames Moger <james.moger@gitblit.com>2013-10-01 17:26:05 -0400
commit93f881f4ab8c77ee32ab3918a963bc26963344aa (patch)
tree83c618753f4f94ef8f34f92e30556b69b61d4a0f /src/main/resources/bootstrap
parent02ca294e3634edf938e37f080b00662bedde5125 (diff)
downloadgitblit-93f881f4ab8c77ee32ab3918a963bc26963344aa.tar.gz
gitblit-93f881f4ab8c77ee32ab3918a963bc26963344aa.zip
Fix incorrect mappings for some iconic classes
Change-Id: Ieeb7159768453a17b01b8e2a59289b256c6c3492
Diffstat (limited to 'src/main/resources/bootstrap')
-rw-r--r--src/main/resources/bootstrap/css/iconic.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/bootstrap/css/iconic.css b/src/main/resources/bootstrap/css/iconic.css
index 137606c7..66b9fe29 100644
--- a/src/main/resources/bootstrap/css/iconic.css
+++ b/src/main/resources/bootstrap/css/iconic.css
@@ -104,16 +104,16 @@
content: '\270e';
}
.iconic-x:before {
- content: '\2717';
+ content: '\2713';
}
.iconic-o-x:before {
- content: '\2718';
+ content: '\2714';
}
.iconic-check:before {
- content: '\2713';
+ content: '\2717';
}
.iconic-o-check:before {
- content: '\2714';
+ content: '\2718';
}
.iconic-left-quote:before {
content: '\275d';