Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c7cd6310
Commit
c7cd6310
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#13346
: add a variable for .dl-horizontal's offset
parent
f4dd02f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/type.less
+2
-2
less/type.less
less/variables.less
+2
-0
less/variables.less
with
4 additions
and
2 deletions
+4
-2
less/type.less
+
2
-
2
View file @
c7cd6310
...
@@ -219,13 +219,13 @@ dd {
...
@@ -219,13 +219,13 @@ dd {
@media (min-width: @grid-float-breakpoint) {
@media (min-width: @grid-float-breakpoint) {
dt {
dt {
float: left;
float: left;
width: (@
component-offset-horizontal
- 20);
width: (@
dl-horizontal-offset
- 20);
clear: left;
clear: left;
text-align: right;
text-align: right;
.text-overflow();
.text-overflow();
}
}
dd {
dd {
margin-left: @
component-offset-horizontal
;
margin-left: @
dl-horizontal-offset
;
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
2
-
0
View file @
c7cd6310
...
@@ -836,6 +836,8 @@
...
@@ -836,6 +836,8 @@
@blockquote-border-color: @gray-lighter;
@blockquote-border-color: @gray-lighter;
//** Page header border color
//** Page header border color
@page-header-border-color: @gray-lighter;
@page-header-border-color: @gray-lighter;
//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;
//== Miscellaneous
//== Miscellaneous
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment