Skip to content

Commit 7a0ed71

Browse files
authored
Merge pull request #6815 from NuGet/dev
[ReleasePrep][2019.01.14]RI of dev into master
2 parents 3e5a968 + 06e5747 commit 7a0ed71

File tree

20 files changed

+836
-450
lines changed

20 files changed

+836
-450
lines changed

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/dist/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap v3.3.7 (http://getbootstrap.com)
3-
* Copyright 2011-2018 Twitter, Inc.
3+
* Copyright 2011-2019 Twitter, Inc.
44
* Licensed under the MIT license
55
*/
66

src/Bootstrap/less/theme/base.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//== Theme Variables
22
@panel-footer-color: @navbar-inverse-color;
3+
@default-margin-bottom: 24px;
34

45
//== Theme Definition
56
html, body {
@@ -11,7 +12,7 @@ body {
1112
display: table;
1213

1314
h1, h2, h3, p {
14-
margin-bottom: 24px;
15+
margin-bottom: @default-margin-bottom;
1516
}
1617

1718
h2, h3 {

src/Bootstrap/less/theme/page-upload.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22
#browse-for-package-button {
33
margin: 0;
44
}
5+
6+
pre.license-file-contents {
7+
white-space: pre-wrap;
8+
word-break: normal;
9+
}
10+
11+
.custom-license-container {
12+
margin-bottom: @default-margin-bottom;
13+
}
514
}

0 commit comments

Comments
 (0)