test/dummy/tmp/cache/assets/test/sprockets/22c8366fdbaaa2872b202dfe7376629f in bootstrap-sass-rails-2.3.1.2 vs test/dummy/tmp/cache/assets/test/sprockets/22c8366fdbaaa2872b202dfe7376629f in bootstrap-sass-rails-2.3.2.0

- old
+ new

@@ -1,8 +1,8 @@ {I" class:EFI"BundledAsset;FI"logical_path;FI"sprockets.css;FI" pathname;FI"/$root/app/assets/stylesheets/sprockets.css;TI"content_type;FI" text/css;FI" -mtime;Fl+n"ŽQI" length;FiëäI" digest;F"%faea3e7fdecbb8b3348d2621e04e046dI" source;FI"ëä/* Bootstrap v2.3.1 Copyright 2012 Twitter, Inc Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 Designed and built with all the love in the world @twitter by @mdo and @fat. */ +mtime;FI"2013-05-21T09:26:17+02:00;FI" length;Fi:åI" digest;F"%610cfeeec640aaf096b15a2fe44f2ff5I" source;FI":å/* Bootstrap v2.3.2 Copyright 2012 Twitter, Inc Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 Designed and built with all the love in the world @twitter by @mdo and @fat. */ /* Partial: twitter/bootstrap/_variables.scss */ /* Partial: twitter/bootstrap/_mixins.scss */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } @@ -737,16 +737,16 @@ .table-hover tbody tr.warning:hover > td { background-color: #faf2cc; } .table-hover tbody tr.info:hover > td { background-color: #c4e3f3; } /* Partial: twitter/bootstrap/_sprites.scss */ -[class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; *margin-right: .3em; line-height: 14px; vertical-align: text-top; background-image: url(/assets/twitter/bootstrap/glyphicons-halflings.png); background-position: 14px 14px; background-repeat: no-repeat; margin-top: 1px; } +[class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; *margin-right: .3em; line-height: 14px; vertical-align: text-top; background-image: url(/twitter/bootstrap/glyphicons-halflings.png); background-position: 14px 14px; background-repeat: no-repeat; margin-top: 1px; } [class^="icon-"]:last-child, [class*=" icon-"]:last-child { *margin-left: 0; } /* White icons with optional class, or on hover/focus/active states of certain elements */ -.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] { background-image: url(/assets/twitter/bootstrap/glyphicons-halflings-white.png); } +.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] { background-image: url(/twitter/bootstrap/glyphicons-halflings-white.png); } .icon-glass { background-position: 0 0; } .icon-music { background-position: -24px 0; } @@ -1055,10 +1055,12 @@ .open { *z-index: 1000; } .open > .dropdown-menu { display: block; } +.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } + .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid black; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @@ -1821,47 +1823,47 @@ a.label:hover, a.label:focus, a.badge:hover, a.badge:focus { color: white; text-decoration: none; cursor: pointer; } .label-important { background-color: #b94a48; } -.label-important:hover { background-color: #953b39; } +.label-important[href] { background-color: #953b39; } .label-warning { background-color: #f89406; } -.label-warning:hover { background-color: #c67605; } +.label-warning[href] { background-color: #c67605; } .label-success { background-color: #468847; } -.label-success:hover { background-color: #356635; } +.label-success[href] { background-color: #356635; } .label-info { background-color: #3a87ad; } -.label-info:hover { background-color: #2d6987; } +.label-info[href] { background-color: #2d6987; } .label-inverse { background-color: #333333; } -.label-inverse:hover { background-color: #1a1a1a; } +.label-inverse[href] { background-color: #1a1a1a; } .badge-important { background-color: #b94a48; } -.badge-important:hover { background-color: #953b39; } +.badge-important[href] { background-color: #953b39; } .badge-warning { background-color: #f89406; } -.badge-warning:hover { background-color: #c67605; } +.badge-warning[href] { background-color: #c67605; } .badge-success { background-color: #468847; } -.badge-success:hover { background-color: #356635; } +.badge-success[href] { background-color: #356635; } .badge-info { background-color: #3a87ad; } -.badge-info:hover { background-color: #2d6987; } +.badge-info[href] { background-color: #2d6987; } .badge-inverse { background-color: #333333; } -.badge-inverse:hover { background-color: #1a1a1a; } +.badge-inverse[href] { background-color: #1a1a1a; } .btn .label, .btn .badge { position: relative; top: -1px; } .btn-mini .label, .btn-mini .badge { top: 0; } @@ -1984,6 +1986,6 @@ .invisible { visibility: hidden; } .affix { position: fixed; } #other-css { color: red; } -;TI"required_assets_digest;F"%29a66241e55f9a23c23ec5fc65402edaI" _version;F"%528eaba029222e62755ebcb12e7fbaba +;FI"required_assets_digest;F"%bac3b114b4b37c4f8a0074720106567cI" _version;F"%4ade21107227989fd3425453ae526a65 \ No newline at end of file