Changeset:
        c14e2a2e995d
        
https://sourceforge.net/p/mrbs/hg-code/ci/c14e2a2e995de60ee208c5e19e882ab2752455ec
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Mon Mar 06 16:55:29 2017 +0000
Log message:

Made use of nbsp hex value in CSS consistent.

diffstat:

 web/css/mrbs-ielte8.css |  2 +-
 web/css/mrbs.css.php    |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 391b2844321f -r c14e2a2e995d web/css/mrbs-ielte8.css
--- a/web/css/mrbs-ielte8.css   Mon Mar 06 16:48:55 2017 +0000
+++ b/web/css/mrbs-ielte8.css   Mon Mar 06 16:55:29 2017 +0000
@@ -11,7 +11,7 @@
 
 [lang="fr"] label:after,
 [lang="fr"] .list td:first-child:after  {
-  content: '\00a0:';  <?php // &nbsp; before the colon ?>
+  content: '\0000a0:';  <?php // &nbsp; before the colon ?>
 }
 
 label.no_suffix:after {
diff -r 391b2844321f -r c14e2a2e995d web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Mon Mar 06 16:48:55 2017 +0000
+++ b/web/css/mrbs.css.php      Mon Mar 06 16:55:29 2017 +0000
@@ -76,7 +76,7 @@
 
 [lang="fr"] label::after,
 [lang="fr"] .list td:first-child::after  {
-  content: '\00a0:';  <?php // &nbsp; before the colon ?>
+  content: '\0000a0:';  <?php // &nbsp; before the colon ?>
 }
 
 label.no_suffix::after {

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to