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/_media.scss')
-rw-r--r--assets/stylesheets/bootstrap/_media.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/assets/stylesheets/bootstrap/_media.scss b/assets/stylesheets/bootstrap/_media.scss
index 4163db3..d970c94 100644
--- a/assets/stylesheets/bootstrap/_media.scss
+++ b/assets/stylesheets/bootstrap/_media.scss
@@ -14,7 +14,7 @@
}
} @else {
.media {
- margin-top: 15px;
+ margin-top: $media-margin-top;
&:first-child {
margin-top: 0;
@@ -23,7 +23,6 @@
.media,
.media-body {
overflow: hidden;
- zoom: 1;
}
.media-body {
width: 10000px;
@@ -62,11 +61,11 @@
//
.media-right {
- padding-left: 10px;
+ padding-left: $media-alignment-padding-x;
}
.media-left {
- padding-right: 10px;
+ padding-right: $media-alignment-padding-x;
}
@@ -76,7 +75,7 @@
.media-heading {
margin-top: 0;
- margin-bottom: 5px;
+ margin-bottom: $media-heading-margin-bottom;
}