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
581f2563
Commit
581f2563
authored
Aug 19, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove type attr from docs
parent
15ad86b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
docs/index.html
docs/index.html
+11
-11
No files found.
docs/index.html
View file @
581f2563
...
...
@@ -5,13 +5,13 @@
<title>
Twitter Bootstrap
</title>
<!-- Le styles -->
<link
href=
"../bootstrap-1.0.0.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"assets/css/docs.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"../bootstrap-1.0.0.css"
rel=
"stylesheet"
>
<link
href=
"assets/css/docs.css"
rel=
"stylesheet"
>
<!-- Le javascript -->
<script
src=
"http://code.jquery.com/jquery-1.5.2.min.js"
></script>
<script
src=
"http://autobahn.tablesorter.com/jquery.tablesorter.min.js"
></script>
<link
href=
"assets/js/google-code-prettify/prettify.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"assets/js/google-code-prettify/prettify.css"
rel=
"stylesheet"
>
<script
src=
"assets/js/google-code-prettify/prettify.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</head>
...
...
@@ -58,14 +58,14 @@
<h6>
Hotlink the CSS
</h6>
<p>
For the quickest and easiest start, just copy this snippet into your webpage.
</p>
<form>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link rel="stylesheet"
type="text/css"
href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css">
</textarea>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css">
</textarea>
</form>
</div>
<div
class=
"span5 columns"
>
<h6>
Use it with Less
</h6>
<p>
A fan of using Less? No problem, just clone the repo and add these lines:
</p>
<form>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less"
type="text/css"
href="/path/to/bootstrap.less"
>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<
script src="/path/to/less.js"
><
/script
>
</textarea>
</form>
</div>
...
...
@@ -533,10 +533,10 @@
</tbody>
</table>
<pre
class=
"prettyprint linenums"
>
<
script
type="text/javascript"
src="js/jquery/jquery.tablesorter.min.js"
><
/script
>
<
script
type="text/javascript"
>
$(
document).ready(
function() {
$("table#sortTableExample").tablesorter(
{sortList: [[1,0]]}
);
<
script src="js/jquery/jquery.tablesorter.min.js"
><
/script
>
<
script
>
$(function() {
$("table#sortTableExample").tablesorter(
{ sortList: [[1,0]] }
);
});
<
/script
>
<
table class="common-table zebra-striped"
>
...
...
@@ -1156,8 +1156,8 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<h2>
How to use it
</h2>
<p>
Use this option to make full use of Bootstrap's Less variables, mixins, and nesting in CSS via javascript in your browser.
</p>
<pre
class=
"prettyprint linenums"
>
<
link rel="stylesheet/less"
type="text/css"
href="less/bootstrap.less" media="all" /
>
<
script
type="text/javascript"
src="js/less-1.0.41.min.js"
><
/script
>
</pre>
<
link rel="stylesheet/less" href="less/bootstrap.less" media="all" /
>
<
script src="js/less-1.0.41.min.js"
><
/script
>
</pre>
<p>
Not feeling the .js solution?
<a
href=
"http://incident57.com/less"
target=
"_blank"
>
Try the Less Mac app
</a>
or
<a
href=
"http://lesscss.org/#-client-side-usage"
target=
"_blank"
>
use Node.js
</a>
to compile when you deploy your code.
</p>
<h2>
What's included
</h2>
...
...
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