Improve readability in small width contexts

Use text-align:left on mobiles instead of justify
Use hyphenator.js to hyphenate wallet's description
(CSS hyphenation will need to support hyphenate-limit-zone
to be used while not generating too much hyphens)
This commit is contained in:
Saivann 2013-11-01 01:33:39 -04:00
parent c40c6c68bf
commit db9910ffa9
13 changed files with 2977 additions and 27 deletions

View file

@ -34,4 +34,8 @@ if ((version >= 5.5) && (document.body.filters))
}
}
//Let other scripts know browser is IE6-7
legacyIE=true;
//Render all transparent pngs
window.onload=pngfix;