View Single Post
Old 07-14-2013, 03:20 AM   #11
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,555
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by mzmm View Post
i know that in iBooks i can set
Code:
-webkit-hyphens:0; hyphens:0;
, but of course this doesn't work on just about everything else out there.
For Adobe readers you can add adobe-hyphenate, but I think the correct value is "none:

Code:
h1 {
  -webkit-hyphens: none;
  adobe-hyphenate: none;
  hyphens: none;
}
recommended for titles and other "display" stuff.
Jellby is offline   Reply With Quote