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
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2013-12-23 23:06:07 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-12-23 23:06:07 +0400
commit7f5e93f97ff8f5bfc8ed309fc940cdd723f4bbbe (patch)
tree9c0fffc4c6eb434376e59a1b2c4f1f273fb32b26
parent5bd81ba89df10ce1650022b5d2b763fb5ed615b6 (diff)
rake convert
-rw-r--r--lib/bootstrap-sass/version.rb2
-rw-r--r--vendor/assets/stylesheets/bootstrap/_panels.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb
index 19ec1c3e..5a351c11 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.0.3.0'
- BOOTSTRAP_SHA = '810c7ec4f8004129b88eba4aee15475d5d6f79ba'
+ BOOTSTRAP_SHA = 'f32796559acbd4e1b276df5515b67926abf97a6e'
end
diff --git a/vendor/assets/stylesheets/bootstrap/_panels.scss b/vendor/assets/stylesheets/bootstrap/_panels.scss
index 757f6f3d..83e6ae07 100644
--- a/vendor/assets/stylesheets/bootstrap/_panels.scss
+++ b/vendor/assets/stylesheets/bootstrap/_panels.scss
@@ -104,7 +104,7 @@
}
td:last-child,
th:last-child {
- border-bottom-left-radius: ($panel-border-radius - 1);
+ border-bottom-right-radius: ($panel-border-radius - 1);
}
}
}