Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
43091530
Commit
43091530
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add version to docs homepage, fix docs example for forms
parent
0e8427e7
1 merge request
!1952
Tabulation navigation with Typeahead
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/docs.css
+3
-0
docs/assets/css/docs.css
docs/base-css.html
+1
-1
docs/base-css.html
docs/index.html
+1
-1
docs/index.html
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/index.mustache
+1
-1
docs/templates/pages/index.mustache
with
7 additions
and
4 deletions
+7
-4
docs/assets/bootstrap.zip
+
0
-
0
View file @
43091530
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
+
3
-
0
View file @
43091530
...
@@ -79,6 +79,9 @@ hr.soften {
...
@@ -79,6 +79,9 @@ hr.soften {
-moz-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
border-radius
:
6px
;
}
}
.jumbotron
.btn-large
small
{
font-size
:
14px
;
}
/* Masthead (docs home) */
/* Masthead (docs home) */
.masthead
{
.masthead
{
...
...
This diff is collapsed.
Click to expand it.
docs/base-css.html
+
1
-
1
View file @
43091530
...
@@ -920,7 +920,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -920,7 +920,7 @@ For example, <code>section</code> should be wrapped as inline.
<
label class="checkbox"
>
<
label class="checkbox"
>
<
input type="checkbox"
>
Remember me
<
input type="checkbox"
>
Remember me
<
/label
>
<
/label
>
<
button type="submit" class="btn"
>
Go
<
/button
>
<
button type="submit" class="btn"
>
Sign in
<
/button
>
<
/form
>
<
/form
>
</pre>
</pre>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/index.html
+
1
-
1
View file @
43091530
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<p>
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
</p>
<p>
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
</p>
<p
class=
"download-info"
>
<p
class=
"download-info"
>
<a
href=
"https://github.com/twitter/bootstrap/"
class=
"btn btn-primary btn-large"
>
View project on GitHub
</a>
<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>
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
+
1
-
1
View file @
43091530
...
@@ -844,7 +844,7 @@
...
@@ -844,7 +844,7 @@
<
label class="checkbox"
>
<
label class="checkbox"
>
<
input type="checkbox"
>
{{
_i
}}
Remember me
{{/
i
}}
<
input type="checkbox"
>
{{
_i
}}
Remember me
{{/
i
}}
<
/label
>
<
/label
>
<
button type="submit" class="btn"
>
{{
_i
}}
Go
{{/
i
}}
<
/button
>
<
button type="submit" class="btn"
>
{{
_i
}}
Sign in
{{/
i
}}
<
/button
>
<
/form
>
<
/form
>
</pre>
</pre>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/index.mustache
+
1
-
1
View file @
43091530
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<p>
{{
_i
}}
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
{{/
i
}}
</p>
<p>
{{
_i
}}
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
{{/
i
}}
</p>
<p
class=
"download-info"
>
<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=
"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>
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets