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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-12-25 07:26:24 +0300
committerChris Rebert <code@chrisrebert.com>2015-12-25 07:26:26 +0300
commit4c86e37c2d79c6d80e66079de9065d8f6603486b (patch)
tree025f45900a9faba1b73b7de098c829bf81d65903 /scss/_type.scss
parentc9d86ff3a3d8d9889cae2216f61e519054c8e3ee (diff)
Remove .dl-horizontal; it's redundant to the grid system; fixes #18652
[skip sauce]
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index f770d20ed8..60f983aaf7 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -101,13 +101,6 @@ mark,
}
}
-// Horizontal description lists w/ grid classes
-.dl-horizontal {
- margin-right: -$grid-gutter-width;
- margin-left: -$grid-gutter-width;
- @include clearfix;
-}
-
//
// Misc