Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
update less and js source to the latest release
Browse files Browse the repository at this point in the history
- updated nuspec with new version, release notes, and new mixins reset-text less file

fixes #45
  • Loading branch information
sirkirby committed Jun 29, 2015
1 parent 93ac0df commit 00427dc
Show file tree
Hide file tree
Showing 35 changed files with 349 additions and 185 deletions.
5 changes: 3 additions & 2 deletions src/twitter.bootstrap.less/Twitter.Bootstrap.Less.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Twitter.Bootstrap.Less</id>
<version>3.3.4</version>
<version>3.3.5</version>
<title>Bootstrap Less Source</title>
<authors>Jacob Thornton,Mark Otto</authors>
<owners>sirkirby</owners>
Expand All @@ -14,7 +14,7 @@
<summary>Code and documentation copyright 2011-2014 Twitter, Inc. Code released under the MIT license. Docs released under Creative Commons.</summary>
<releaseNotes>- Latest source release.

http://blog.getbootstrap.com/2015/03/16/bootstrap-3-3-4-released/</releaseNotes>
http://blog.getbootstrap.com/2015/06/15/bootstrap-3-3-5-released/</releaseNotes>
<language>en-US</language>
<tags>twitter less css css3 html5 bootstrap responsive</tags>
<dependencies>
Expand Down Expand Up @@ -43,6 +43,7 @@ http://blog.getbootstrap.com/2015/03/16/bootstrap-3-3-4-released/</releaseNotes>
<file src="mixins\panels.less" target="content\Content\bootstrap\mixins\panels.less" />
<file src="mixins\progress-bar.less" target="content\Content\bootstrap\mixins\progress-bar.less" />
<file src="mixins\reset-filter.less" target="content\Content\bootstrap\mixins\reset-filter.less" />
<file src="mixins\reset-text.less" target="content\Content\bootstrap\mixins\reset-text.less" />
<file src="mixins\resize.less" target="content\Content\bootstrap\mixins\resize.less" />
<file src="mixins\responsive-visibility.less" target="content\Content\bootstrap\mixins\responsive-visibility.less" />
<file src="mixins\size.less" target="content\Content\bootstrap\mixins\size.less" />
Expand Down
4 changes: 2 additions & 2 deletions src/twitter.bootstrap.less/alerts.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Specified for the h4 to prevent conflicts of changing @headings-color
color: inherit;
}

// Provide class for links that match alerts
.alert-link {
font-weight: @alert-link-font-weight;
Expand All @@ -29,7 +29,7 @@
> ul {
margin-bottom: 0;
}

> p + p {
margin-top: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/twitter.bootstrap.less/badges.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-weight: @badge-font-weight;
color: @badge-color;
line-height: @badge-line-height;
vertical-align: baseline;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: @badge-bg;
Expand Down
Loading

0 comments on commit 00427dc

Please sign in to comment.