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
c1f0da7c
Commit
c1f0da7c
authored
Feb 01, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:twitter/bootstrap
parents
f34ddb5c
cc8a8df1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/base-css.html
docs/base-css.html
+1
-1
docs/examples/starter-template.html
docs/examples/starter-template.html
+1
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
No files found.
docs/base-css.html
View file @
c1f0da7c
...
...
@@ -600,7 +600,7 @@ For example, <code>section</code> should be wrapped as inline.
<div
class=
"row"
>
<div
class=
"span4"
>
<p>
Get a little fancy with your tables by adding zebra-striping
—
just add the
<code>
.table-striped
</code>
class.
</p>
<p
class=
"muted"
><strong>
Note:
</strong>
S
prit
ed tables use the
<code>
:nth-child
</code>
CSS selector and is not available in IE7-IE8.
</p>
<p
class=
"muted"
><strong>
Note:
</strong>
S
trip
ed tables use the
<code>
:nth-child
</code>
CSS selector and is not available in IE7-IE8.
</p>
<pre
class=
"prettyprint linenums"
style=
"margin-bottom: 18px;"
>
<
table class="table table-striped"
>
…
...
...
docs/examples/starter-template.html
View file @
c1f0da7c
...
...
@@ -13,12 +13,12 @@
<!-- Le styles -->
<link
href=
"../assets/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<style>
body
{
padding-top
:
60px
;
/* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link
href=
"../assets/css/bootstrap-responsive.css"
rel=
"stylesheet"
>
<!-- Le fav and touch icons -->
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
>
...
...
docs/templates/pages/base-css.mustache
View file @
c1f0da7c
...
...
@@ -524,7 +524,7 @@
<div
class=
"row"
>
<div
class=
"span4"
>
<p>
{{
_i
}}
Get a little fancy with your tables by adding zebra-striping
—
just add the
<code>
.table-striped
</code>
class.
{{/
i
}}
</p>
<p
class=
"muted"
>
{{
_i
}}
<strong>
Note:
</strong>
S
prit
ed tables use the
<code>
:nth-child
</code>
CSS selector and is not available in IE7-IE8.
{{/
i
}}
</p>
<p
class=
"muted"
>
{{
_i
}}
<strong>
Note:
</strong>
S
trip
ed tables use the
<code>
:nth-child
</code>
CSS selector and is not available in IE7-IE8.
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
style=
"margin-bottom: 18px;"
>
<
table class="table table-striped"
>
…
...
...
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