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
0b78033f
Commit
0b78033f
authored
Feb 27, 2012
by
Dominic Barnes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing a few of the size classes, changing up the documentation
parent
d1273771
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
15 deletions
+8
-15
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+7
-2
less/type.less
less/type.less
+1
-13
No files found.
docs/templates/pages/base-css.mustache
View file @
0b78033f
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
<dd>
Etiam porta sem malesuada magna mollis euismod.
</dd>
<dd>
Etiam porta sem malesuada magna mollis euismod.
</dd>
</dl>
</dl>
</div>
</div>
<div
class=
"span
8
"
>
<div
class=
"span
4
"
>
<h4>
{{
_i
}}
Horizontal
{{/
i
}}
</h4>
<h4>
{{
_i
}}
Horizontal
{{/
i
}}
</h4>
<p><code>
<
dl class="horizontal"
>
</code></p>
<p><code>
<
dl class="horizontal"
>
</code></p>
<dl
class=
"horizontal"
>
<dl
class=
"horizontal"
>
...
@@ -295,7 +295,12 @@
...
@@ -295,7 +295,12 @@
<dd>
Etiam porta sem malesuada magna mollis euismod.
</dd>
<dd>
Etiam porta sem malesuada magna mollis euismod.
</dd>
</dl>
</dl>
</div>
</div>
</div>
<!-- /row -->
<div
class=
"span4"
>
<div
class=
"well"
>
<p>
{{
_i
}}
Horizontal description lists have two additional sizes:
<code>
.horizontal-small
</code>
and
<code>
.horizontal-large
</code>
.
{{/
i
}}
</p>
</div>
</div>
</div>
</section>
</section>
...
...
less/type.less
View file @
0b78033f
...
@@ -141,26 +141,14 @@ dl.horizontal {
...
@@ -141,26 +141,14 @@ dl.horizontal {
dd {
dd {
margin-left: 130px;
margin-left: 130px;
}
}
&.horizontal-
mini
{
&.horizontal-
small
{
dt { width: 50px; }
dt { width: 50px; }
dd { margin-left: 60px; }
dd { margin-left: 60px; }
}
}
&.horizontal-small {
dt { width: 90px; }
dd { margin-left: 100px; }
}
&.horizontal-normal {
&.horizontal-normal {
// no additional styles needed
// no additional styles needed
}
}
&.horizontal-large {
&.horizontal-large {
dt { width: 140px; }
dd { margin-left: 150px; }
}
&.horizontal-xlarge {
dt { width: 170px; }
dd { margin-left: 180px; }
}
&.horizontal-xxlarge {
dt { width: 190px; }
dt { width: 190px; }
dd { margin-left: 200px; }
dd { margin-left: 200px; }
}
}
...
...
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