Skip to content

Commit 73c3a44

Browse files
committed
fixes bg styles for code examples, updates less metadata to latest
1 parent 62ac326 commit 73c3a44

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>About</h1>
9595
<div class="banner">
9696
<div class="container">
9797
<strong>
98-
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.0-b4</a>
98+
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.1</a>
9999
</strong>
100100
To hear what's new from the Less.js core team,
101101
<a href="TODO">visit the blog</a>.
@@ -309,7 +309,7 @@ <h1 id="translations">Translations</h1>
309309
<a href="https://github.com/less/less-docs/blob/master/LICENSE-MIT" target="_blank">MIT</a>, documentation under
310310
<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
311311
<ul class="footer-links">
312-
<li>Currently v1.5.0-b4</li>
312+
<li>Currently v1.5.1</li>
313313
<li class="muted">&middot;</li>
314314
<li>
315315
<a href="">Blog</a>

assets/css/docs.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6914,6 +6914,9 @@ body {
69146914
* Neutralize background color to allow our
69156915
* syntax highlighter theme to do the work.
69166916
*/
6917+
pre {
6918+
background: #F8F8FF;
6919+
}
69176920
pre code {
69186921
background: transparent;
69196922
}

features.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>Language Features</h1>
9595
<div class="banner">
9696
<div class="container">
9797
<strong>
98-
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.0-b4</a>
98+
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.1</a>
9999
</strong>
100100
To hear what's new from the Less.js core team,
101101
<a href="TODO">visit the blog</a>.
@@ -1455,7 +1455,7 @@ <h2 id="tip">Tip</h2>
14551455
<a href="https://github.com/less/less-docs/blob/master/LICENSE-MIT" target="_blank">MIT</a>, documentation under
14561456
<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
14571457
<ul class="footer-links">
1458-
<li>Currently v1.5.0-b4</li>
1458+
<li>Currently v1.5.1</li>
14591459
<li class="muted">&middot;</li>
14601460
<li>
14611461
<a href="">Blog</a>

functions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>Functions</h1>
9595
<div class="banner">
9696
<div class="container">
9797
<strong>
98-
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.0-b4</a>
98+
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.1</a>
9999
</strong>
100100
To hear what's new from the Less.js core team,
101101
<a href="TODO">visit the blog</a>.
@@ -1936,7 +1936,7 @@ <h2 id="negation">negation</h2>
19361936
<a href="https://github.com/less/less-docs/blob/master/LICENSE-MIT" target="_blank">MIT</a>, documentation under
19371937
<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
19381938
<ul class="footer-links">
1939-
<li>Currently v1.5.0-b4</li>
1939+
<li>Currently v1.5.1</li>
19401940
<li class="muted">&middot;</li>
19411941
<li>
19421942
<a href="">Blog</a>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>Getting started</h1>
9595
<div class="banner">
9696
<div class="container">
9797
<strong>
98-
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.0-b4</a>
98+
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.1</a>
9999
</strong>
100100
To hear what's new from the Less.js core team,
101101
<a href="TODO">visit the blog</a>.
@@ -206,7 +206,7 @@ <h1 id="using-less">Using Less</h1>
206206
<p class="lead">Less can be used in a few different ways</p>
207207
Install via NPM
208208
<p>
209-
<a class="btn btn-lg btn-primary" href="https://raw.github.com/less/less.js/master/dist/less-.min.js" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);" role="button">Download Less.js v1.5.0-b4</a>
209+
<a class="btn btn-lg btn-primary" href="https://raw.github.com/less/less.js/master/dist/less-.min.js" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);" role="button">Download Less.js v1.5.1</a>
210210
</p>
211211
<h3 id="download-additional">Additional downloads</h3>
212212
<div class="docs-dl-options">
@@ -314,7 +314,7 @@ <h4>It does not require you to:</h4>
314314
<a href="https://github.com/less/less-docs/blob/master/LICENSE-MIT" target="_blank">MIT</a>, documentation under
315315
<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
316316
<ul class="footer-links">
317-
<li>Currently v1.5.0-b4</li>
317+
<li>Currently v1.5.1</li>
318318
<li class="muted">&middot;</li>
319319
<li>
320320
<a href="">Blog</a>

0 commit comments

Comments
 (0)