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
1ae603fd
Commit
1ae603fd
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
make the less compile docs text now have widows, fix broken table markup
parent
62edafa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.html
+3
-4
docs/index.html
with
3 additions
and
4 deletions
+3
-4
docs/index.html
+
3
-
4
View file @
1ae603fd
...
@@ -1772,7 +1772,6 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
...
@@ -1772,7 +1772,6 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr>
<tr>
<tr>
<td>
Node with makefile
</td>
<td>
Node with makefile
</td>
<td>
<td>
...
@@ -1784,7 +1783,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
...
@@ -1784,7 +1783,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</tr>
</tr>
<td>
Javascript
</td>
<td>
Javascript
</td>
<td>
<td>
<p><a
href=
"http://lesscss.org/"
>
Download the latest Less.js
</a>
and include the path to it (and
your
Bootstrap
code
) in the
<code>
head
</code>
.
</p>
<p><a
href=
"http://lesscss.org/"
>
Download the latest Less.js
</a>
and include the path to it (and Bootstrap) in the
<code>
head
</code>
.
</p>
<pre
class=
"prettyprint"
>
<pre
class=
"prettyprint"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<
link rel="stylesheet/less" href="/path/to/bootstrap.less"
>
<
script src="/path/to/less.js"
><
/script
>
<
script src="/path/to/less.js"
><
/script
>
...
@@ -1795,9 +1794,9 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
...
@@ -1795,9 +1794,9 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<tr>
<tr>
<td>
Command line
</td>
<td>
Command line
</td>
<td>
<td>
<p>
If you already have the less command line tool installed
you can
simply run the following command:
</p>
<p>
If you already have the less command line tool installed
,
simply run the following command:
</p>
<pre>
$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css
</pre>
<pre>
$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css
</pre>
<p>
Be sure to include
the
<code>
--compress
</code>
flag
in that command if you're trying to save some bytes!
<p>
Be sure to include
<code>
--compress
</code>
in that command if you're trying to save some bytes!
</p>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
...
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