← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol/openlp/bug-1045564 into lp:openlp

 

Andreas Preikschat has proposed merging lp:~googol/openlp/bug-1045564 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #1045564 in OpenLP: "Bible verses on Remote Browser line wrap problem"
  https://bugs.launchpad.net/openlp/+bug/1045564

For more details, see:
https://code.launchpad.net/~googol/openlp/bug-1045564/+merge/131018

Hello,

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

-- 
https://code.launchpad.net/~googol/openlp/bug-1045564/+merge/131018
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-1045564 into lp:openlp.
=== modified file 'openlp/plugins/remotes/html/openlp.css'
--- openlp/plugins/remotes/html/openlp.css	2012-06-22 14:14:53 +0000
+++ openlp/plugins/remotes/html/openlp.css	2012-10-23 14:23:00 +0000
@@ -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;
+}


Follow ups