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
43091530
Commit
43091530
authored
Feb 24, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add version to docs homepage, fix docs example for forms
parent
0e8427e7
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
4 deletions
+7
-4
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/docs.css
docs/assets/css/docs.css
+3
-0
docs/base-css.html
docs/base-css.html
+1
-1
docs/index.html
docs/index.html
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/index.mustache
docs/templates/pages/index.mustache
+1
-1
No files found.
docs/assets/bootstrap.zip
View file @
43091530
No preview for this file type
docs/assets/css/docs.css
View file @
43091530
...
...
@@ -79,6 +79,9 @@ hr.soften {
-moz-border-radius
:
6px
;
border-radius
:
6px
;
}
.jumbotron
.btn-large
small
{
font-size
:
14px
;
}
/* Masthead (docs home) */
.masthead
{
...
...
docs/base-css.html
View file @
43091530
...
...
@@ -920,7 +920,7 @@ For example, <code>section</code> should be wrapped as inline.
<
label class="checkbox"
>
<
input type="checkbox"
>
Remember me
<
/label
>
<
button type="submit" class="btn"
>
Go
<
/button
>
<
button type="submit" class="btn"
>
Sign in
<
/button
>
<
/form
>
</pre>
</div>
...
...
docs/index.html
View file @
43091530
...
...
@@ -82,7 +82,7 @@
<p>
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
</p>
<p
class=
"download-info"
>
<a
href=
"https://github.com/twitter/bootstrap/"
class=
"btn btn-primary btn-large"
>
View project on GitHub
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
>
Download Bootstrap
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
>
Download Bootstrap
<small>
(v2.0.2)
</small>
</a>
</p>
</div>
...
...
docs/templates/pages/base-css.mustache
View file @
43091530
...
...
@@ -844,7 +844,7 @@
<
label class="checkbox"
>
<
input type="checkbox"
>
{{
_i
}}
Remember me
{{/
i
}}
<
/label
>
<
button type="submit" class="btn"
>
{{
_i
}}
Go
{{/
i
}}
<
/button
>
<
button type="submit" class="btn"
>
{{
_i
}}
Sign in
{{/
i
}}
<
/button
>
<
/form
>
</pre>
</div>
...
...
docs/templates/pages/index.mustache
View file @
43091530
...
...
@@ -6,7 +6,7 @@
<p>
{{
_i
}}
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
{{/
i
}}
</p>
<p
class=
"download-info"
>
<a
href=
"https://github.com/twitter/bootstrap/"
class=
"btn btn-primary btn-large"
>
{{
_i
}}
View project on GitHub
{{/
i
}}
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
>
{{
_i
}}
Download Bootstrap
{{/
i
}}
</a>
<a
href=
"assets/bootstrap.zip"
class=
"btn btn-large"
>
{{
_i
}}
Download Bootstrap
<small>
(v2.0.2)
</small>
{{/
i
}}
</a>
</p>
</div>
...
...
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