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
07837a1c
Commit
07837a1c
authored
Aug 17, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs with gh-pages
parent
9ec3bdd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/index.html
docs/index.html
+5
-5
No files found.
docs/index.html
View file @
07837a1c
...
...
@@ -5,7 +5,7 @@
<title>
Twitter Bootstrap
</title>
<!-- Le styles -->
<link
href=
"
..
/bootstrap-1.0.0.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"
assets/css
/bootstrap-1.0.0.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"assets/css/docs.css"
rel=
"stylesheet"
type=
"text/css"
>
<!-- Le javascript -->
...
...
@@ -58,21 +58,21 @@
<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 type="text/css" href="http://twitter.github.com/bootstrap
-1.0.0.css
</textarea>
<textarea
class=
"copy-code"
rows=
"1"
>
<
link type="text/css" 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.js? 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="
http://twitter.github.com/bootstrap.less
>
<
script src="less.js"
><
/script
>
</textarea>
<textarea
class=
"copy-code"
rows=
"2"
>
<
link rel="stylesheet/less" type="text/css" href="
/path/to/bootstrap.less"
>
<
script src="
/path/to/
less.js"
><
/script
>
</textarea>
</form>
</div>
<div
class=
"span5 columns"
>
<h6>
Fork on GitHub
</h6>
<p>
Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.
</p>
<p><a
href=
"
"
class=
"btn primary"
>
Bootstrap on GitHub
»
</a></p>
<p><a
target=
"_blank"
href=
"https://github.com/twitter/bootstrap
"
class=
"btn primary"
>
Bootstrap on GitHub
»
</a></p>
</div>
</div>
</div>
...
...
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