Skip to content

Commit

Permalink
rake convert
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jan 18, 2015
1 parent 30ac3c8 commit 5012f97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion assets/stylesheets/bootstrap/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
font-size: ceil(($font-size-base * 1.125));
color: inherit;

> a {
> a,
> small,
> .small,
> small > a,
> .small > a {
color: inherit;
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/bootstrap/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ th {
// Default zebra-stripe styles (alternating gray and transparent backgrounds)

.table-striped {
> tbody > tr:nth-child(odd) {
> tbody > tr:nth-of-type(odd) {
background-color: $table-bg-accent;
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap-sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.3.1.0'
BOOTSTRAP_SHA = '8a1efe91df296e62bc560e51b462e9d51d31a988'
BOOTSTRAP_SHA = 'bf69fbdf1fb669eb077b641a63011c8f80b91421'
end

0 comments on commit 5012f97

Please sign in to comment.