mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
rake convert
This commit is contained in:
parent
30ac3c8ca7
commit
5012f971da
3 changed files with 7 additions and 3 deletions
|
@ -36,7 +36,11 @@
|
|||
font-size: ceil(($font-size-base * 1.125));
|
||||
color: inherit;
|
||||
|
||||
> a {
|
||||
> a,
|
||||
> small,
|
||||
> .small,
|
||||
> small > a,
|
||||
> .small > a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Bootstrap
|
||||
VERSION = '3.3.1.0'
|
||||
BOOTSTRAP_SHA = '8a1efe91df296e62bc560e51b462e9d51d31a988'
|
||||
BOOTSTRAP_SHA = 'bf69fbdf1fb669eb077b641a63011c8f80b91421'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue