fixed bug 1045564 ('Bible verses on Remote Browser line wrap problem')

bzr-revno: 2096
Fixes: https://launchpad.net/bugs/1045564
This commit is contained in:
Andreas Preikschat 2012-10-24 18:42:11 +02:00
commit ad238f4820
1 changed files with 5 additions and 0 deletions

View File

@ -30,3 +30,8 @@
.ui-icon-unblank {
background-image: url(images/ui-icon-unblank.png);
}
/* Overwrite style from jquery-mobile.css */
.ui-li .ui-btn-text a.ui-link-inherit{
white-space: normal;
}