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
78bdbcdc
Commit
78bdbcdc
authored
May 30, 2015
by
Dan Kaplun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds @dl-horizontal-breakpoint
parent
39137b9f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
docs/_includes/customizer-variables.html
docs/_includes/customizer-variables.html
+5
-0
less/type.less
less/type.less
+1
-1
less/variables.less
less/variables.less
+2
-0
No files found.
docs/_includes/customizer-variables.html
View file @
78bdbcdc
...
@@ -1878,6 +1878,11 @@
...
@@ -1878,6 +1878,11 @@
<p
id=
"help-block-@dl-horizontal-offset"
class=
"help-block"
>
Width of horizontal description list titles
</p>
<p
id=
"help-block-@dl-horizontal-offset"
class=
"help-block"
>
Width of horizontal description list titles
</p>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
<div
class=
"col-xs-4"
>
<label
for=
"input-@dl-horizontal-breakpoint"
>
@dl-horizontal-breakpoint
</label>
<input
id=
"input-@dl-horizontal-breakpoint"
type=
"text"
aria-describedby=
"help-block-@dl-horizontal-breakpoint"
value=
"@grid-float-breakpoint"
data-var=
"@dl-horizontal-breakpoint"
class=
"form-control"
/>
<p
id=
"help-block-@dl-horizontal-breakpoint"
class=
"help-block"
>
Point at which .dl-horizontal becomes horizontal
</p>
</div>
<div
class=
"col-xs-4"
>
<div
class=
"col-xs-4"
>
<label
for=
"input-@hr-border"
>
@hr-border
</label>
<label
for=
"input-@hr-border"
>
@hr-border
</label>
<input
id=
"input-@hr-border"
type=
"text"
aria-describedby=
"help-block-@hr-border"
value=
"@gray-lighter"
data-var=
"@hr-border"
class=
"form-control"
/>
<input
id=
"input-@hr-border"
type=
"text"
aria-describedby=
"help-block-@hr-border"
value=
"@gray-lighter"
data-var=
"@hr-border"
class=
"form-control"
/>
...
...
less/type.less
View file @
78bdbcdc
...
@@ -211,7 +211,7 @@ dd {
...
@@ -211,7 +211,7 @@ dd {
&:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present
&:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present
}
}
@media (min-width: @
grid-float
-breakpoint) {
@media (min-width: @
dl-horizontal
-breakpoint) {
dt {
dt {
float: left;
float: left;
width: (@dl-horizontal-offset - 20);
width: (@dl-horizontal-offset - 20);
...
...
less/variables.less
View file @
78bdbcdc
...
@@ -863,5 +863,7 @@
...
@@ -863,5 +863,7 @@
@page-header-border-color: @gray-lighter;
@page-header-border-color: @gray-lighter;
//** Width of horizontal description list titles
//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;
@dl-horizontal-offset: @component-offset-horizontal;
//** Point at which .dl-horizontal becomes horizontal
@dl-horizontal-breakpoint: @grid-float-breakpoint;
//** Horizontal line color.
//** Horizontal line color.
@hr-border: @gray-lighter;
@hr-border: @gray-lighter;
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