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
e36496fd
Commit
e36496fd
authored
Feb 01, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1490 from amenonsen/master
Typo fix: Sprited => Striped
parents
5c1527ab
140d90db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/base-css.html
docs/base-css.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 @
e36496fd
...
@@ -600,7 +600,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -600,7 +600,7 @@ For example, <code>section</code> should be wrapped as inline.
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"span4"
>
<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>
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;"
>
<pre
class=
"prettyprint linenums"
style=
"margin-bottom: 18px;"
>
<
table class="table table-striped"
>
<
table class="table table-striped"
>
…
…
...
...
docs/templates/pages/base-css.mustache
View file @
e36496fd
...
@@ -524,7 +524,7 @@
...
@@ -524,7 +524,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"span4"
>
<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>
{{
_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;"
>
<pre
class=
"prettyprint linenums"
style=
"margin-bottom: 18px;"
>
<
table class="table table-striped"
>
<
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