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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_print.scss')
-rw-r--r--assets/stylesheets/bootstrap/_print.scss13
1 files changed, 5 insertions, 8 deletions
diff --git a/assets/stylesheets/bootstrap/_print.scss b/assets/stylesheets/bootstrap/_print.scss
index bd41328..e20219a 100644
--- a/assets/stylesheets/bootstrap/_print.scss
+++ b/assets/stylesheets/bootstrap/_print.scss
@@ -13,7 +13,10 @@
*,
*::before,
*::after,
- *::first-letter,
+ p::first-letter,
+ div::first-letter,
+ blockquote::first-letter,
+ li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
@@ -92,13 +95,7 @@
.navbar {
display: none;
}
- .btn,
- .dropup > .btn {
- > .caret {
- border-top-color: #000 !important;
- }
- }
- .tag {
+ .badge {
border: $border-width solid #000;
}