From edae533cd47384c155485af74ef968453de69b9e Mon Sep 17 00:00:00 2001
From: Alfred Schmid <A.Schmid@ff-muenchen.de>
Date: Wed, 19 Feb 2014 11:04:16 -0500
Subject: [PATCH] Fixed error with negative periods. Using at least ldapCaching period to sync with ldap
---
src/main/resources/bootstrap/css/iconic.css | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/bootstrap/css/iconic.css b/src/main/resources/bootstrap/css/iconic.css
index 137606c..66b9fe2 100644
--- a/src/main/resources/bootstrap/css/iconic.css
+++ b/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';
}
--
Gitblit v1.9.1