Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e93bf15f
Commit
e93bf15f
authored
Jun 18, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
74982cf1
4c21146c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
less/type.less
less/type.less
+2
-2
less/variables.less
less/variables.less
+2
-0
No files found.
less/type.less
View file @
e93bf15f
...
@@ -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
;
}
}
}
}
}
}
...
...
less/variables.less
View file @
e93bf15f
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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