diff --git a/changelog.php b/changelog.php
index 0b5e2cd..89ae9dd 100644
--- a/changelog.php
+++ b/changelog.php
@@ -15,6 +15,11 @@
- -> Removed
! -> Note
+Version 1.5.2
+# Added missing span to prevent text overlapping
+# Added missing language string for parameter description
+^ Increased span width by 5px
+
Version 1.5.1 (IMPORTANT BUG FIX FOR JOOMLA 3.1 USERS)
+ Added background colour transition
# Fixed Joomla 3.1 module parameters page breaking
diff --git a/mod_social_slider/media/css/style.css b/mod_social_slider/media/css/style.css
index 95887d2..9c35bdd 100644
--- a/mod_social_slider/media/css/style.css
+++ b/mod_social_slider/media/css/style.css
@@ -31,12 +31,11 @@ ul#jj_sl_navigation li a {
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
- transition: all 0.3s ease;
-
+ transition: all 0.3s ease;
}
ul#jj_sl_navigation li a .jj_social_text {
display: inline-block;
- width: 125px;
+ width: 130px;
}
ul#jj_sl_navigation .facebook a:hover{ background-color: #3B5998; }
ul#jj_sl_navigation .twitter a:hover{ background-color: #62BDB2; }
diff --git a/mod_social_slider/mod_social_slider.xml b/mod_social_slider/mod_social_slider.xml
index a9c6b95..5e337c1 100644
--- a/mod_social_slider/mod_social_slider.xml
+++ b/mod_social_slider/mod_social_slider.xml
@@ -7,7 +7,7 @@
http://www.gnu.org/licenses/gpl-3.0.html
admin@joomjunk.co.uk
http://www.joomjunk.co.uk
- 1.5.1
+ 1.5.2
JJ_SOCIAL_SLIDER_DESC
@@ -38,7 +38,7 @@