Skip to content

Commit

Permalink
3.1.1 -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jun 27, 2014
1 parent 25f1072 commit f3189e2
Show file tree
Hide file tree
Showing 163 changed files with 50,206 additions and 42,429 deletions.
5,111 changes: 2,751 additions & 2,360 deletions amelia/bootstrap.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions amelia/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amelia/bootswatch.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Amelia 3.1.1
// Amelia 3.2.0
// Bootswatch
// -----------------------------------------------------

Expand Down
61 changes: 39 additions & 22 deletions amelia/variables.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Amelia 3.1.1
// Amelia 3.2.0
// Variables
// --------------------------------------------------

Expand All @@ -22,7 +22,7 @@

//== Scaffolding
//
// ## Settings for some of the most global styles.
//## Settings for some of the most global styles.

//** Background color for `<body>`.
@body-bg: #108A93;
Expand Down Expand Up @@ -68,14 +68,18 @@
@headings-color: inherit;


//-- Iconography
//== Iconography
//
//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.

//** Load fonts from this directory.
@icon-font-path: "../fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
@icon-font-svg-id: "glyphicons_halflingsregular";


//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
Expand Down Expand Up @@ -232,7 +236,7 @@
//** Text color for headers within dropdown menus.
@dropdown-header-color: @gray-lighter;

// Note: Deprecated @dropdown-caret-color as of v3.1.0
//** Deprecated `@dropdown-caret-color` as of v3.1.0
@dropdown-caret-color: #000;


Expand All @@ -245,8 +249,8 @@

@zindex-navbar: 1000;
@zindex-dropdown: 1000;
@zindex-popover: 1010;
@zindex-tooltip: 1030;
@zindex-popover: 1060;
@zindex-tooltip: 1070;
@zindex-navbar-fixed: 1030;
@zindex-modal-background: 1040;
@zindex-modal: 1050;
Expand All @@ -257,27 +261,32 @@
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.

// Extra small screen / phone
// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
//** Deprecated `@screen-xs` as of v3.0.1
@screen-xs: 480px;
//** Deprecated `@screen-xs-min` as of v3.2.0
@screen-xs-min: @screen-xs;
//** Deprecated `@screen-phone` as of v3.0.1
@screen-phone: @screen-xs-min;

// Small screen / tablet
// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
//** Deprecated `@screen-sm` as of v3.0.1
@screen-sm: 768px;
@screen-sm-min: @screen-sm;
//** Deprecated `@screen-tablet` as of v3.0.1
@screen-tablet: @screen-sm-min;

// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
//** Deprecated `@screen-md` as of v3.0.1
@screen-md: 992px;
@screen-md-min: @screen-md;
//** Deprecated `@screen-desktop` as of v3.0.1
@screen-desktop: @screen-md-min;

// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
//** Deprecated `@screen-lg` as of v3.0.1
@screen-lg: 1200px;
@screen-lg-min: @screen-lg;
//** Deprecated `@screen-lg-desktop` as of v3.0.1
@screen-lg-desktop: @screen-lg-min;

// So media queries don't overlap when required, provide a maximum
Expand Down Expand Up @@ -643,17 +652,26 @@
//** List group border radius
@list-group-border-radius: @border-radius-base;

//** Background color of single list elements on hover
//** Background color of single list items on hover
@list-group-hover-bg: lighten(@body-bg, 10%);
//** Text color of active list elements
//** Text color of active list items
@list-group-active-color: @component-active-color;
//** Background color of active list elements
//** Background color of active list items
@list-group-active-bg: @component-active-bg;
//** Border color of active list elements
@list-group-active-border: @list-group-border;
//** Text color for content within active list items
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);

//** Text color of disabled list items
@list-group-disabled-color: @gray-light;
//** Background color of disabled list items
@list-group-disabled-bg: @gray-lighter;
//** Text color for content within disabled list items
@list-group-disabled-text-color: @list-group-disabled-color;

@list-group-link-color: @link-color;
@list-group-link-hover-color: @list-group-link-color;
@list-group-link-heading-color: #fff;


Expand All @@ -663,6 +681,8 @@

@panel-bg: lighten(@body-bg, 5%);
@panel-body-padding: 15px;
@panel-heading-padding: 10px 15px;
@panel-footer-padding: @panel-heading-padding;
@panel-border-radius: @border-radius-base;

//** Border color for elements within panels
Expand Down Expand Up @@ -802,6 +822,8 @@
//
//##

//** Horizontal offset for forms and lists.
@component-offset-horizontal: 180px;
//** Text muted color
@text-muted: rgba(255, 255, 255, 0.6);
//** Abbreviations and acronyms border color
Expand All @@ -816,14 +838,9 @@
@blockquote-border-color: rgba(255, 255, 255, 0.6);
//** Page header border color
@page-header-border-color: darken(@body-bg, 5%);


//== Miscellaneous
//
//##

//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;
//** Horizontal line color.
@hr-border: darken(@body-bg, 5%);

//** Horizontal offset for forms and lists.
@component-offset-horizontal: 180px;

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.1.1",
"version": "3.2.0",
"themes": [
{
"name": "Amelia",
Expand Down
4 changes: 2 additions & 2 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.1.1+1",
"version": "3.2.0",
"author": "Thomas Park",
"homepage": "http://bootswatch.com",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"*/thumbnail.png"
],
"dependencies": {
"bootstrap": "~3.1.1"
"bootstrap": "~3.2.0"
},
"devDependencies": {
"font-awesome": "~4.0.0",
Expand Down
44 changes: 28 additions & 16 deletions bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,47 @@
{
"name": "bootstrap",
"version": "3.1.1",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.2.0",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"main": [
"./dist/css/bootstrap.css",
"./dist/js/bootstrap.js",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
"**/.*",
".*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests"
"js/tests",
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"homepage": "https://github.com/twbs/bootstrap",
"_release": "3.1.1",
"_release": "3.2.0",
"_resolution": {
"type": "version",
"tag": "v3.1.1",
"commit": "a365d8689c3f3cee7f1acf86b61270ecca8e106d"
"tag": "v3.2.0",
"commit": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.1.1",
"_originalSource": "bootstrap",
"_direct": true
"_target": "~3.2.0",
"_originalSource": "bootstrap"
}
Loading

0 comments on commit f3189e2

Please sign in to comment.