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

Side by Side Diff: third_party/pkg/route_hierarchical/example/full/css/bootstrap-responsive.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 Responsive v2.3.1 2 * Bootstrap Responsive 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 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 padding-left: 10px; 1100 padding-left: 10px;
1101 } 1101 }
1102 } 1102 }
1103 1103
1104 @media (min-width: 980px) { 1104 @media (min-width: 980px) {
1105 .nav-collapse.collapse { 1105 .nav-collapse.collapse {
1106 height: auto !important; 1106 height: auto !important;
1107 overflow: visible !important; 1107 overflow: visible !important;
1108 } 1108 }
1109 } 1109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698