Skip to content

Commit

Permalink
update bootswatch to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 23, 2015
1 parent 25f57ee commit 7e60706
Show file tree
Hide file tree
Showing 111 changed files with 4,942 additions and 871 deletions.
2 changes: 1 addition & 1 deletion api/3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.1+2",
"version": "3.3.2",
"themes": [
{
"name": "Cerulean",
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"version": "3.3.1+2",
"version": "3.3.2",
"author": "Thomas Park",
"homepage": "http://bootswatch.com",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"*/index.html"
],
"dependencies": {
"bootstrap": "~3.3.1"
"bootstrap": "~3.3.2"
},
"devDependencies": {
"bootstrap-sass-official": "~3.3.1",
"bootstrap-sass-official": "~3.3.2",
"font-awesome": "~4.0.0",
"html5shiv": "~3.7.0",
"respond": "~1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion cerulean/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 3.3.1
// Cerulean 3.3.2
// Bootswatch
// -----------------------------------------------------

Expand Down
5 changes: 3 additions & 2 deletions cerulean/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 3.3.1
// Cerulean 3.3.2
// Variables
// --------------------------------------------------

Expand Down Expand Up @@ -99,7 +99,7 @@ $padding-small-horizontal: 10px;
$padding-xs-vertical: 1px;
$padding-xs-horizontal: 5px;

$line-height-large: 1.33;
$line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome
$line-height-small: 1.5;

$border-radius-base: 4px;
Expand Down Expand Up @@ -187,6 +187,7 @@ $input-border: #ccc;

// TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
//** Default `.form-control` border radius
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
$input-border-radius: $border-radius-base;
//** Large `.form-control` border radius
$input-border-radius-large: $border-radius-large;
Expand Down
Loading

0 comments on commit 7e60706

Please sign in to comment.