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
805a965f
Commit
805a965f
authored
Jan 24, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish updating form state and alert variables in less docs page
parent
40e92221
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
199 additions
and
103 deletions
+199
-103
bootstrap.css
bootstrap.css
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+2
-0
docs/less.html
docs/less.html
+98
-45
docs/templates/pages/less.mustache
docs/templates/pages/less.mustache
+98
-57
No files found.
bootstrap.css
View file @
805a965f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Jan 24 1
6:50:1
6 PST 2012
* Date: Tue Jan 24 1
7:04:4
6 PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
...
docs/assets/css/docs.css
View file @
805a965f
...
@@ -417,6 +417,8 @@ pre.prettyprint {
...
@@ -417,6 +417,8 @@ pre.prettyprint {
/* Make tables spaced out a bit more */
/* Make tables spaced out a bit more */
h2
+
table
,
h2
+
table
,
h3
+
table
,
h4
+
table
,
h2
+
.row
{
h2
+
.row
{
margin-top
:
5px
;
margin-top
:
5px
;
}
}
...
...
docs/less.html
View file @
805a965f
...
@@ -58,6 +58,10 @@
...
@@ -58,6 +58,10 @@
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"alert alert-block"
>
<strong>
Heads up!
</strong>
This page is still under construction and is missing plenty of documentation. Hang tight!
</div>
<!-- Masthead
<!-- Masthead
================================================== -->
================================================== -->
<header
class=
"jumbotron subhead"
id=
"overview"
>
<header
class=
"jumbotron subhead"
id=
"overview"
>
...
@@ -285,51 +289,100 @@
...
@@ -285,51 +289,100 @@
</div>
<!-- /row -->
</div>
<!-- /row -->
<h3>
Components
</h3>
<h3>
Components
</h3>
<table
class=
"table table-bordered table-striped"
>
<div
class=
"row"
>
<thead>
<div
class=
"span6"
>
<tr>
<h4>
Buttons
</h4>
<th
colspan=
"2"
class=
"span3"
>
Buttons
</th>
<table
class=
"table table-bordered table-striped"
>
</tr>
<tbody>
</thead>
<tr>
<tbody>
<td
class=
"span3"
><code>
@primaryButtonColor
</code></td>
<tr>
<td><code>
@blue
</code></td>
<td><code>
@primaryButtonColor
</code></td>
</tr>
<td><code>
@blue
</code></td>
</tbody>
</tr>
</table>
</tbody>
<h4>
Forms
</h4>
<table
class=
"table table-bordered table-striped"
>
<thead>
<tbody>
<tr>
<tr>
<th
colspan=
"2"
class=
"span3"
>
Buttons
</th>
<td
class=
"span3"
><code>
@placeholderText
</code></td>
</tr>
<td><code>
@grayLight
</code></td>
</thead>
</tr>
<tbody>
</tbody>
<tr>
</table>
<td><code>
@placeholderText
</code></td>
<h4>
Navbar
</h4>
<td><code>
@grayLight
</code></td>
<table
class=
"table table-bordered table-striped"
>
</tr>
<tbody>
</tbody>
<tr>
<td
class=
"span3"
><code>
@navbarHeight
</code></td>
<thead>
<td>
40px
</td>
<tr>
</tr>
<th
colspan=
"2"
class=
"span3"
>
Navbars
</th>
<tr>
</tr>
<td><code>
@navbarBackground
</code></td>
</thead>
<td><code>
@grayDarker
</code></td>
<tbody>
</tr>
<tr>
<tr>
<td><code>
@navbarHeight
</code></td>
<td><code>
@navbarBackgroundHighlight
</code></td>
<td>
40px
</td>
<td><code>
@grayDark
</code></td>
</tr>
</tr>
<tr>
</tbody>
<td><code>
@navbarBackground
</code></td>
</table>
<td><code>
@grayDarker
</code></td>
</div>
</tr>
<div
class=
"span6"
>
<tr>
<h4>
Form states and alerts
</h4>
<td><code>
@navbarBackgroundHighlight
</code></td>
<table
class=
"table table-bordered table-striped"
>
<td><code>
@grayDark
</code></td>
<tbody>
</tr>
<tr>
</tbody>
<td
class=
"span3"
><code>
@warningText
</code></td>
</table>
<td>
#f3edd2
</td>
</tr>
<tr>
<td><code>
@warningBackground
</code></td>
<td>
#c09853
</td>
</tr>
<tr>
<td><code>
@warningBorder
</code></td>
<td>
#f3edd2
</td>
</tr>
<tr>
<td><code>
@errorText
</code></td>
<td>
#b94a48
</td>
</tr>
<tr>
<td><code>
@errorBackground
</code></td>
<td>
#f2dede
</td>
</tr>
<tr>
<td><code>
@errorBorder
</code></td>
<td>
#e9c7c7
</td>
</tr>
<tr>
<td><code>
@successText
</code></td>
<td>
#468847
</td>
</tr>
<tr>
<td><code>
@successBackground
</code></td>
<td>
#dff0d8
</td>
</tr>
<tr>
<td><code>
@successBorder
</code></td>
<td>
#cfe8c4
</td>
</tr>
<tr>
<td><code>
@infoText
</code></td>
<td>
#3a87ad
</td>
</tr>
<tr>
<td><code>
@infoBackground
</code></td>
<td>
#d9edf7
</td>
</tr>
<tr>
<td><code>
@infoBorder
</code></td>
<td>
#bfe1f2
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /row -->
</section>
</section>
...
...
docs/templates/pages/less.mustache
View file @
805a965f
<div
class=
"alert alert-block"
>
<strong>
Heads up!
</strong>
This page is still under construction and is missing plenty of documentation. Hang tight!
</div>
<!-- Masthead
<!-- Masthead
================================================== -->
================================================== -->
<header
class=
"jumbotron subhead"
id=
"overview"
>
<header
class=
"jumbotron subhead"
id=
"overview"
>
...
@@ -225,63 +229,100 @@
...
@@ -225,63 +229,100 @@
</div>
<!-- /row -->
</div>
<!-- /row -->
<h3>
{{
_i
}}
Components
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Components
{{/
i
}}
</h3>
<table
class=
"table table-bordered table-striped"
>
<div
class=
"row"
>
<thead>
<div
class=
"span6"
>
<tr>
<h4>
Buttons
</h4>
<th
colspan=
"2"
>
{{
_i
}}
Buttons
{{/
i
}}
</th>
<table
class=
"table table-bordered table-striped"
>
</tr>
<tbody>
</thead>
<tr>
<tbody>
<td
class=
"span3"
><code>
@primaryButtonColor
</code></td>
<tr>
<td><code>
@blue
</code></td>
<td><code>
@primaryButtonColor
</code></td>
</tr>
<td><code>
@blue
</code></td>
</tbody>
</tr>
</table>
</tbody>
<h4>
Forms
</h4>
<table
class=
"table table-bordered table-striped"
>
<thead>
<tbody>
<tr>
<tr>
<th
colspan=
"2"
>
{{
_i
}}
Buttons
{{/
i
}}
</th>
<td
class=
"span3"
><code>
@placeholderText
</code></td>
</tr>
<td><code>
@grayLight
</code></td>
</thead>
</tr>
<tbody>
</tbody>
<tr>
</table>
<td><code>
@placeholderText
</code></td>
<h4>
Navbar
</h4>
<td><code>
@grayLight
</code></td>
<table
class=
"table table-bordered table-striped"
>
</tr>
<tbody>
</tbody>
<tr>
<td
class=
"span3"
><code>
@navbarHeight
</code></td>
<thead>
<td>
40px
</td>
<tr>
</tr>
<th
colspan=
"2"
>
{{
_i
}}
Navbars
{{/
i
}}
</th>
<tr>
</tr>
<td><code>
@navbarBackground
</code></td>
</thead>
<td><code>
@grayDarker
</code></td>
<tbody>
</tr>
<tr>
<tr>
<td><code>
@navbarHeight
</code></td>
<td><code>
@navbarBackgroundHighlight
</code></td>
<td>
40px
</td>
<td><code>
@grayDark
</code></td>
</tr>
</tr>
<tr>
</tbody>
<td><code>
@navbarBackground
</code></td>
</table>
<td><code>
@grayDarker
</code></td>
</div>
</tr>
<div
class=
"span6"
>
<tr>
<h4>
Form states and alerts
</h4>
<td><code>
@navbarBackgroundHighlight
</code></td>
<table
class=
"table table-bordered table-striped"
>
<td><code>
@grayDark
</code></td>
<tbody>
</tr>
<tr>
</tbody>
<td
class=
"span3"
><code>
@warningText
</code></td>
<td>
#f3edd2
</td>
<thead>
</tr>
<tr>
<tr>
<th
colspan=
"2"
>
{{
_i
}}
Buttons
{{/
i
}}
</th>
<td><code>
@warningBackground
</code></td>
</tr>
<td>
#c09853
</td>
</thead>
</tr>
<tbody>
<tr>
<tr>
<td><code>
@warningBorder
</code></td>
<td><code>
@placeholderText
</code></td>
<td>
#f3edd2
</td>
<td><code>
@grayLight
</code></td>
</tr>
</tr>
<tr>
</tbody>
<td><code>
@errorText
</code></td>
</table>
<td>
#b94a48
</td>
</tr>
<tr>
<td><code>
@errorBackground
</code></td>
<td>
#f2dede
</td>
</tr>
<tr>
<td><code>
@errorBorder
</code></td>
<td>
#e9c7c7
</td>
</tr>
<tr>
<td><code>
@successText
</code></td>
<td>
#468847
</td>
</tr>
<tr>
<td><code>
@successBackground
</code></td>
<td>
#dff0d8
</td>
</tr>
<tr>
<td><code>
@successBorder
</code></td>
<td>
#cfe8c4
</td>
</tr>
<tr>
<td><code>
@infoText
</code></td>
<td>
#3a87ad
</td>
</tr>
<tr>
<td><code>
@infoBackground
</code></td>
<td>
#d9edf7
</td>
</tr>
<tr>
<td><code>
@infoBorder
</code></td>
<td>
#bfe1f2
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /row -->
</section>
</section>
...
...
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