Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: third_party/pkg/route_hierarchical/example/full/css/bootstrap.css

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /*! 1 /*!
2 * Bootstrap v2.3.2 2 * Bootstrap v2.3.1
3 * 3 *
4 * Copyright 2012 Twitter, Inc 4 * Copyright 2012 Twitter, Inc
5 * Licensed under the Apache License v2.0 5 * Licensed under the Apache License v2.0
6 * http://www.apache.org/licenses/LICENSE-2.0 6 * http://www.apache.org/licenses/LICENSE-2.0
7 * 7 *
8 * Designed and built with all the love in the world @twitter by @mdo and @fat. 8 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9 */ 9 */
10 10
11 .clearfix { 11 .clearfix {
12 *zoom: 1; 12 *zoom: 1;
(...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 } 3002 }
3003 3003
3004 .open { 3004 .open {
3005 *z-index: 1000; 3005 *z-index: 1000;
3006 } 3006 }
3007 3007
3008 .open > .dropdown-menu { 3008 .open > .dropdown-menu {
3009 display: block; 3009 display: block;
3010 } 3010 }
3011 3011
3012 .dropdown-backdrop {
3013 position: fixed;
3014 top: 0;
3015 right: 0;
3016 bottom: 0;
3017 left: 0;
3018 z-index: 990;
3019 }
3020
3021 .pull-right > .dropdown-menu { 3012 .pull-right > .dropdown-menu {
3022 right: 0; 3013 right: 0;
3023 left: auto; 3014 left: auto;
3024 } 3015 }
3025 3016
3026 .dropup .caret, 3017 .dropup .caret,
3027 .navbar-fixed-bottom .dropdown .caret { 3018 .navbar-fixed-bottom .dropdown .caret {
3028 border-top: 0; 3019 border-top: 0;
3029 border-bottom: 4px solid #000000; 3020 border-bottom: 4px solid #000000;
3030 content: ""; 3021 content: "";
(...skipping 3127 matching lines...) Expand 10 before | Expand all | Expand 10 after
6158 display: block; 6149 display: block;
6159 } 6150 }
6160 6151
6161 .invisible { 6152 .invisible {
6162 visibility: hidden; 6153 visibility: hidden;
6163 } 6154 }
6164 6155
6165 .affix { 6156 .affix {
6166 position: fixed; 6157 position: fixed;
6167 } 6158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698