vendor/assets/stylesheets/purecss/menus.css in purecss-0.4.2.1 vs vendor/assets/stylesheets/purecss/menus.css in purecss-0.5.0
- old
+ new
@@ -1,7 +1,7 @@
/*!
-Pure v0.5.0-pre
+Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes:false, outline-none:false*/
@@ -126,19 +126,19 @@
padding-right: 30px;
}
/* Adjusting separator for vertical menus */
.pure-menu-horizontal li.pure-menu-separator {
- height: 50%;
- width: 1px;
- margin: 0 7px;
+ height: 50%;
+ width: 1px;
+ margin: 0 7px;
}
/* Submenus should be horizontal separator again */
.pure-menu-horizontal li li.pure-menu-separator {
- height: 1px;
- width: auto;
- margin: 7px 2px;
+ height: 1px;
+ width: auto;
+ margin: 7px 2px;
}
/*csslint adjoining-classes:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/