diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index cd6aebe85..b55971fe6 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -1,6 +1,6 @@ ## RELEASE NOTES -### Version 0.12.1 - Jan 15, 2013 +### Version 0.12.1 - Jan 15, 2014 **Fixes** - **LESS** - Fixes typo breaking less parsing **thanks DVSoftware** @@ -13,7 +13,7 @@ - **Icons** - Fixes some icon code samples in docs **thanks mishak87** Some updates to docs formatting -### Version 0.12.0 - Jan 06, 2013 +### Version 0.12.0 - Jan 06, 2014 **Major Fixes** - **Dropdown** - Fixes dropdowns links not working on touch devices diff --git a/src/collections/menu.less b/src/collections/menu.less index 11fdc3028..3caef4000 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -549,7 +549,7 @@ rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%) ; - background-image: linear-gradient(left, + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%) @@ -1384,7 +1384,7 @@ rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%) ; - background-image: linear-gradient(left, + background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%)