Skip to content
GitLab
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
3c89f7bb
Commit
3c89f7bb
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix chevron on js docs and run make after table changes
parent
85f1f225
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap.css
+3
-3
docs/assets/css/bootstrap.css
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
5 additions
and
5 deletions
+5
-5
docs/assets/css/bootstrap.css
+
3
-
3
View file @
3c89f7bb
...
@@ -2018,15 +2018,15 @@ table .span24 {
...
@@ -2018,15 +2018,15 @@ table .span24 {
margin-left
:
0
;
margin-left
:
0
;
}
}
.table
tbody
.success
td
{
.table
tbody
tr
.success
td
{
background-color
:
#dff0d8
;
background-color
:
#dff0d8
;
}
}
.table
tbody
.error
td
{
.table
tbody
tr
.error
td
{
background-color
:
#f2dede
;
background-color
:
#f2dede
;
}
}
.table
tbody
.info
td
{
.table
tbody
tr
.info
td
{
background-color
:
#d9edf7
;
background-color
:
#d9edf7
;
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
3c89f7bb
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<li><a
href=
"#buttons"
><i
class=
"icon-chevron-right"
></i>
Button
</a></li>
<li><a
href=
"#buttons"
><i
class=
"icon-chevron-right"
></i>
Button
</a></li>
<li><a
href=
"#collapse"
><i
class=
"icon-chevron-right"
></i>
Collapse
</a></li>
<li><a
href=
"#collapse"
><i
class=
"icon-chevron-right"
></i>
Collapse
</a></li>
<li><a
href=
"#carousel"
><i
class=
"icon-chevron-right"
></i>
Carousel
</a></li>
<li><a
href=
"#carousel"
><i
class=
"icon-chevron-right"
></i>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
<li><a
href=
"#typeahead"
>
<i
class=
"icon-chevron-right"
></i>
Typeahead
</a></li>
<li><a
href=
"#affix"
><i
class=
"icon-chevron-right"
></i>
Affix
</a></li>
<li><a
href=
"#affix"
><i
class=
"icon-chevron-right"
></i>
Affix
</a></li>
</ul>
</ul>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
3c89f7bb
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<li><a
href=
"#buttons"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Button
{{/
i
}}
</a></li>
<li><a
href=
"#buttons"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Button
{{/
i
}}
</a></li>
<li><a
href=
"#collapse"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Collapse
{{/
i
}}
</a></li>
<li><a
href=
"#collapse"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Collapse
{{/
i
}}
</a></li>
<li><a
href=
"#carousel"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Carousel
{{/
i
}}
</a></li>
<li><a
href=
"#carousel"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Carousel
{{/
i
}}
</a></li>
<li><a
href=
"#typeahead"
>
{{
_i
}}
Typeahead
{{/
i
}}
</a></li>
<li><a
href=
"#typeahead"
>
<i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Typeahead
{{/
i
}}
</a></li>
<li><a
href=
"#affix"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Affix
{{/
i
}}
</a></li>
<li><a
href=
"#affix"
><i
class=
"icon-chevron-right"
></i>
{{
_i
}}
Affix
{{/
i
}}
</a></li>
</ul>
</ul>
</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