Skip to content

Commit

Permalink
Merge pull request #6815 from NuGet/dev
Browse files Browse the repository at this point in the history
[ReleasePrep][2019.01.14]RI of dev into master
  • Loading branch information
agr committed Jan 13, 2019
2 parents 3e5a968 + 06e5747 commit 7a0ed71
Show file tree
Hide file tree
Showing 20 changed files with 836 additions and 450 deletions.
7 changes: 7 additions & 0 deletions src/Bootstrap/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Bootstrap/dist/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2018 Twitter, Inc.
* Copyright 2011-2019 Twitter, Inc.
* Licensed under the MIT license
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Bootstrap/less/theme/base.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//== Theme Variables
@panel-footer-color: @navbar-inverse-color;
@default-margin-bottom: 24px;

//== Theme Definition
html, body {
Expand All @@ -11,7 +12,7 @@ body {
display: table;

h1, h2, h3, p {
margin-bottom: 24px;
margin-bottom: @default-margin-bottom;
}

h2, h3 {
Expand Down
9 changes: 9 additions & 0 deletions src/Bootstrap/less/theme/page-upload.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
#browse-for-package-button {
margin: 0;
}

pre.license-file-contents {
white-space: pre-wrap;
word-break: normal;
}

.custom-license-container {
margin-bottom: @default-margin-bottom;
}
}

0 comments on commit 7a0ed71

Please sign in to comment.