Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(288)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Content/bootstrap-theme.css

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Import order, dev console link, AssemblyInfo comment Created 10 years ago
Right Patch Set: Addressed peleyal's comments Created 9 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Calendar.ASP.NET.MVC5/Content/bootstrap.css ('k') | Calendar.ASP.NET.MVC5/Content/bootstrap-theme.css.map » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 /*! 1 /*!
2 * Bootstrap v3.3.2 (http://getbootstrap.com) 2 * Bootstrap v3.3.2 (http://getbootstrap.com)
3 * Copyright 2011-2015 Twitter, Inc. 3 * Copyright 2011-2015 Twitter, Inc.
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 */ 5 */
6 6
7 .btn-default, 7 .btn-default,
8 .btn-primary, 8 .btn-primary,
9 .btn-success, 9 .btn-success,
10 .btn-info, 10 .btn-info,
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); 467 background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
468 background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8 ), to(#f5f5f5)); 468 background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8 ), to(#f5f5f5));
469 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%) ; 469 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%) ;
470 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); 470 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
471 background-repeat: repeat-x; 471 background-repeat: repeat-x;
472 border-color: #dcdcdc; 472 border-color: #dcdcdc;
473 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); 473 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
474 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); 474 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
475 } 475 }
476 /*# sourceMappingURL=bootstrap-theme.css.map */ 476 /*# sourceMappingURL=bootstrap-theme.css.map */
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b