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

@ -245,6 +245,9 @@ body{
.previewrow h2{
font-size:115%;
}
.previewrow p{
font-size:95%;
}
.previewrow div{
/*zoom and display are also required for IE7*/
zoom:expression(this.parentNode.className=='previewrow'?'1':'');
@ -316,7 +319,6 @@ body{
padding:0;
}
.previewrow div div div h2{
font-size:130%;
position:relative;
left:30px;
margin:0;