Changeset:
        53347eb130d1
        
https://sourceforge.net/p/mrbs/hg-code/ci/53347eb130d1c963e890c24026d9dcbe3456c6e6
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Tue Mar 21 10:28:36 2017 +0000
Log message:

Improved word breaking slightly on webkit browsers.  See SF Support Requests
#951 and #1200.

diffstat:

 web/css/mrbs.css.php |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 72e19dde3e61 -r 53347eb130d1 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Mon Mar 20 09:28:46 2017 +0000
+++ b/web/css/mrbs.css.php      Tue Mar 21 10:28:36 2017 +0000
@@ -335,10 +335,13 @@
 .dwm_main a {
   display: block;
   min-height: inherit;
-  word-wrap: break-word;
   word-break: break-all;
+  word-break: break-word;  /* Better for those browsers, eg webkit, that 
support it */
+  hyphens: auto;
 }
 
+
+
 .dwm_main tbody a {padding: 0 2px}
 .dwm_main th a:link    {color: <?php echo $anchor_link_color_header ?>;    
text-decoration: none; font-weight: normal}
 .dwm_main th a:visited {color: <?php echo $anchor_visited_color_header ?>; 
text-decoration: none; font-weight: normal}

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to