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

Commit

Permalink
changed h2 font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Mar 31, 2015
1 parent 481c986 commit 63fbc34
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.7",
"version": "1.0.8",
"homepage": "https://github.com/vm-labs/bootstrap-he",
"authors": [
"Kristiyan Hristov"
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@font-size-large": "ceil((@font-size-base * 1.25))",
"@font-size-small": "ceil((@font-size-base * 0.85))",
"@font-size-h1": "36px",
"@font-size-h2": "22px",
"@font-size-h2": "24px",
"@font-size-h3": "18px",
"@font-size-h4": "15px",
"@font-size-h5": "14px",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=03e04cd10d3be6744be1"
"customizerUrl": "http://getbootstrap.com/customize/?id=812caf43bab62605e492"
}
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=03e04cd10d3be6744be1)
* Config saved to config.json and https://gist.github.com/03e04cd10d3be6744be1
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=812caf43bab62605e492)
* Config saved to config.json and https://gist.github.com/812caf43bab62605e492
*/
.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.

6 changes: 3 additions & 3 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=03e04cd10d3be6744be1)
* Config saved to config.json and https://gist.github.com/03e04cd10d3be6744be1
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=812caf43bab62605e492)
* Config saved to config.json and https://gist.github.com/812caf43bab62605e492
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -1273,7 +1273,7 @@ h1,
}
h2,
.h2 {
font-size: 22px;
font-size: 24px;
}
h3,
.h3 {
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=03e04cd10d3be6744be1)
* Config saved to config.json and https://gist.github.com/03e04cd10d3be6744be1
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=812caf43bab62605e492)
* Config saved to config.json and https://gist.github.com/812caf43bab62605e492
*/
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 63fbc34

Please sign in to comment.