lib/generators/social_stream/templates/public/stylesheets/default/header.css in social_stream-0.4.4 vs lib/generators/social_stream/templates/public/stylesheets/default/header.css in social_stream-0.4.5
- old
+ new
@@ -47,11 +47,11 @@
#menu_pipe ul{ list-style: none; margin: 0px; float:left;}
#menu_pipe ul li{ line-height:20px; padding:5px 0px 5px 0px; vertical-align:top;}
#account, #representation_li,#current_user_info, #representations_menu {display:inline-block;vertical-align: top; height:22px; color:#FFF;}
-#representation_li{margin-left:10px;display:none;}
+#representation_li{margin-left:10px;}
li.btn_menu_exit{background: transparent url("/images/btn/btn_exit.png") no-repeat left center;}
li.btn_menu_representation{}
#menu_home ul li.pipe,#menu_account ul li.pipe{padding:0px 3px 0px 3px; margin:0px;}
.menu_white{display:inline-block; color:#fff;}
@@ -195,13 +195,15 @@
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url('/images/btn/shadow.png') no-repeat bottom right;
padding: 0 6px 9px 0;
- -moz-border-radius-bottomleft: 17px;
+ /*
+ -moz-border-rius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
+ */
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
-}
\ No newline at end of file
+}