Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
changed modal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Apr 6, 2015
1 parent 63fbc34 commit 8d111f3
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-he",
"version": "1.0.8",
"version": "1.0.9",
"homepage": "https://github.com/vm-labs/bootstrap-he",
"authors": [
"Kristiyan Hristov"
Expand Down
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@
"@label-danger-bg": "@brand-danger",
"@label-color": "#fff",
"@label-link-hover-color": "#fff",
"@modal-inner-padding": "15px",
"@modal-title-padding": "15px",
"@modal-inner-padding": "20px",
"@modal-title-padding": "20px",
"@modal-title-line-height": "@line-height-base",
"@modal-content-bg": "#fff",
"@modal-content-border-color": "rgba(0,0,0,.2)",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=812caf43bab62605e492"
"customizerUrl": "http://getbootstrap.com/customize/?id=699210b4b50fc10f3ff3"
}
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=812caf43bab62605e492)
* Config saved to config.json and https://gist.github.com/812caf43bab62605e492
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=699210b4b50fc10f3ff3)
* Config saved to config.json and https://gist.github.com/699210b4b50fc10f3ff3
*/
.btn-default,
.btn-primary,
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=812caf43bab62605e492)
* Config saved to config.json and https://gist.github.com/812caf43bab62605e492
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=699210b4b50fc10f3ff3)
* Config saved to config.json and https://gist.github.com/699210b4b50fc10f3ff3
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -5785,9 +5785,9 @@ button.close {
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
padding: 20px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
min-height: 21.42857143px;
}
.modal-header .close {
margin-top: -2px;
Expand All @@ -5798,10 +5798,10 @@ button.close {
}
.modal-body {
position: relative;
padding: 15px;
padding: 20px;
}
.modal-footer {
padding: 15px;
padding: 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
Expand Down
6 changes: 3 additions & 3 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=812caf43bab62605e492)
* Config saved to config.json and https://gist.github.com/812caf43bab62605e492
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=699210b4b50fc10f3ff3)
* Config saved to config.json and https://gist.github.com/699210b4b50fc10f3ff3
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
Expand Down
4 changes: 2 additions & 2 deletions dist/js/bootstrap.min.js

Large diffs are not rendered by default.

0 comments on commit 8d111f3

Please sign in to comment.