Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
f15eb7b4
Commit
f15eb7b4
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4506
: clearfix added to .dl-horizontal to account for empty dd elements
parent
cfa039d2
3 merge requests
!4855
Solved bug in bootstrap tooltip when entering and leaving quickly
,
!4830
Tabs should generate hide events
,
!4789
Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines )
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+15
-0
docs/assets/css/bootstrap.css
less/type.less
+1
-0
less/type.less
with
16 additions
and
0 deletions
+16
-0
docs/assets/css/bootstrap.css
+
15
-
0
View file @
f15eb7b4
...
@@ -725,6 +725,21 @@ dd {
...
@@ -725,6 +725,21 @@ dd {
margin-left
:
10px
;
margin-left
:
10px
;
}
}
.dl-horizontal
{
*
zoom
:
1
;
}
.dl-horizontal
:before
,
.dl-horizontal
:after
{
display
:
table
;
line-height
:
0
;
content
:
""
;
}
.dl-horizontal
:after
{
clear
:
both
;
}
.dl-horizontal
dt
{
.dl-horizontal
dt
{
float
:
left
;
float
:
left
;
width
:
120px
;
width
:
120px
;
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
1
-
0
View file @
f15eb7b4
...
@@ -116,6 +116,7 @@ dd {
...
@@ -116,6 +116,7 @@ dd {
}
}
// Horizontal layout (like forms)
// Horizontal layout (like forms)
.dl-horizontal {
.dl-horizontal {
.clearfix(); // Ensure dl clears floats if empty dd elements present
dt {
dt {
float: left;
float: left;
width: 120px;
width: 120px;
...
...
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
Menu
Explore
Projects
Groups
Snippets