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

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

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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.1 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
(...skipping 6138 matching lines...) Expand 10 before | Expand all | Expand 10 after
6149 display: block; 6149 display: block;
6150 } 6150 }
6151 6151
6152 .invisible { 6152 .invisible {
6153 visibility: hidden; 6153 visibility: hidden;
6154 } 6154 }
6155 6155
6156 .affix { 6156 .affix {
6157 position: fixed; 6157 position: fixed;
6158 } 6158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698