← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~thelinuxguy/openlp/website-fixes into lp:openlp/website

 

Simon Hanna has proposed merging lp:~thelinuxguy/openlp/website-fixes into lp:openlp/website.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~thelinuxguy/openlp/website-fixes/+merge/320184

A fix for the social buttons appearing on more than one line.
I hope this mr is correct is filed against the correct branch...
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~thelinuxguy/openlp/website-fixes into lp:openlp/website.
=== modified file 'themes/openlp2v2/assets/css/custom.css'
--- themes/openlp2v2/assets/css/custom.css	2016-05-09 21:16:37 +0000
+++ themes/openlp2v2/assets/css/custom.css	2017-03-17 14:08:19 +0000
@@ -275,13 +275,6 @@
     text-align: left;
 }
 
-.social-links {
-    margin-left: auto;
-    margin-right: auto;
-    padding-left: 36px;
-    width: 463px;
-}
-
 .social-links li.reddit a:hover {
     color: #ff4500;
 }

=== modified file 'themes/openlp2v2/templates/front_page.html'
--- themes/openlp2v2/templates/front_page.html	2017-02-05 00:42:32 +0000
+++ themes/openlp2v2/templates/front_page.html	2017-03-17 14:08:19 +0000
@@ -514,7 +514,7 @@
                             </ul>
                         </div>
                         <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
-                                <ul class="social-links">
+                                <ul class="social-links text-center">
                                     <li class="googleplus"><a target="_blank" href="https://plus.google.com/b/117120749304988900189/117120749304988900189"; title="Follow us on Google+"><i class="fa fa-google-plus"></i></a></li>
                                     <li class="facebook"><a target="_blank" href="https://www.facebook.com/openlp"; title="Follow us on Facebook"><i class="fa fa-facebook"></i></a></li>
                                     <li class="twitter"><a target="_blank" href="https://twitter.com/openlp"; title="Follow us on Twitter"><i class="fa fa-twitter"></i></a></li>


Follow ups