Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glebm@google.com>2015-01-18 21:34:39 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-01-18 21:34:39 +0300
commit5012f971dab7024680efa09039af1136676896b1 (patch)
tree2b38ac509970f077c4a6e99b1fbf05ab496bec6b /assets
parent30ac3c8ca7c5041fdde484041c659b12cdee6208 (diff)
rake convert
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/bootstrap/_panels.scss6
-rw-r--r--assets/stylesheets/bootstrap/_tables.scss2
2 files changed, 6 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_panels.scss b/assets/stylesheets/bootstrap/_panels.scss
index 6c323d90..84847b47 100644
--- a/assets/stylesheets/bootstrap/_panels.scss
+++ b/assets/stylesheets/bootstrap/_panels.scss
@@ -36,7 +36,11 @@
font-size: ceil(($font-size-base * 1.125));
color: inherit;
- > a {
+ > a,
+ > small,
+ > .small,
+ > small > a,
+ > .small > a {
color: inherit;
}
}
diff --git a/assets/stylesheets/bootstrap/_tables.scss b/assets/stylesheets/bootstrap/_tables.scss
index 63433619..affcc58c 100644
--- a/assets/stylesheets/bootstrap/_tables.scss
+++ b/assets/stylesheets/bootstrap/_tables.scss
@@ -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;
}
}