Skip to content

Commit b6ee21e

Browse files
committed
update site
1 parent 73c3a44 commit b6ee21e

File tree

5 files changed

+458
-143
lines changed

5 files changed

+458
-143
lines changed

about.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
<span class="icon-bar"></span>
4141
<span class="icon-bar"></span>
4242
</button>
43-
<a href="index.html" class="navbar-brand">
44-
<img src="assets/img/logo.png" alt="LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
45-
">
46-
</a>
43+
<a href="index.html" class="navbar-brand">LESS</a>
4744
</div>
4845
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
4946
<ul class="nav navbar-nav">
@@ -95,7 +92,7 @@ <h1>About</h1>
9592
<div class="banner">
9693
<div class="container">
9794
<strong>
98-
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.1</a>
95+
<a href="/blob/master/CHANGELOG.md">See what's new in v1.5.0-b4</a>
9996
</strong>
10097
To hear what's new from the Less.js core team,
10198
<a href="TODO">visit the blog</a>.
@@ -163,7 +160,7 @@ <h1 id="team">Core team</h1>
163160
<a class="team-member" href="https://github.com/matthewdean">
164161
<img src="http://www.gravatar.com/avatar/09caa4a26a5e57031146b5e06b4d7a8c" alt="@matthewdean">
165162
<strong>Matthew Dean</strong>
166-
<small>@matthewdean</small>
163+
<small>@matthew-dean</small>
167164
</a>
168165
</div>
169166
<div class="list-group-item">
@@ -225,6 +222,9 @@ <h2 id="php">PHP</h2>
225222
</li>
226223
<li>
227224
<a href="http://wordpress.org/extend/plugins/bw-less-css/">BW LESS CSS</a>(WordPress Plugin)</li>
225+
<li>
226+
<a href="http://lessphp.gpeasy.com/">less.php</a>
227+
</li>
228228
</ul>
229229
<h2 id="ruby">Ruby</h2>
230230
<ul>
@@ -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.1</li>
312+
<li>Currently v1.5.0-b4</li>
313313
<li class="muted">&middot;</li>
314314
<li>
315315
<a href="">Blog</a>

assets/css/docs.css

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,7 +3540,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
35403540
.navbar {
35413541
position: relative;
35423542
z-index: 1000;
3543-
min-height: 60px;
3543+
min-height: 70px;
35443544
margin-bottom: 20px;
35453545
border: 1px solid transparent;
35463546
}
@@ -3694,7 +3694,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
36943694
}
36953695
.navbar-brand {
36963696
float: left;
3697-
padding: 20px 15px;
3697+
padding: 25px 15px;
36983698
font-size: 18px;
36993699
line-height: 20px;
37003700
}
@@ -3712,8 +3712,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
37123712
float: right;
37133713
margin-right: 15px;
37143714
padding: 9px 10px;
3715-
margin-top: 13px;
3716-
margin-bottom: 13px;
3715+
margin-top: 18px;
3716+
margin-bottom: 18px;
37173717
background-color: transparent;
37183718
border: 1px solid transparent;
37193719
border-radius: 4px;
@@ -3733,7 +3733,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
37333733
}
37343734
}
37353735
.navbar-nav {
3736-
margin: 10px -15px;
3736+
margin: 12.5px -15px;
37373737
}
37383738
.navbar-nav > li > a {
37393739
padding-top: 10px;
@@ -3771,8 +3771,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
37713771
float: left;
37723772
}
37733773
.navbar-nav > li > a {
3774-
padding-top: 20px;
3775-
padding-bottom: 20px;
3774+
padding-top: 25px;
3775+
padding-bottom: 25px;
37763776
}
37773777
}
37783778
@media (min-width: 768px) {
@@ -3791,8 +3791,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
37913791
border-bottom: 1px solid transparent;
37923792
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
37933793
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3794-
margin-top: 13px;
3795-
margin-bottom: 13px;
3794+
margin-top: 18px;
3795+
margin-bottom: 18px;
37963796
}
37973797
@media (min-width: 768px) {
37983798
.navbar-form .form-group {
@@ -3848,13 +3848,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
38483848
right: 0;
38493849
}
38503850
.navbar-btn {
3851-
margin-top: 13px;
3852-
margin-bottom: 13px;
3851+
margin-top: 18px;
3852+
margin-bottom: 18px;
38533853
}
38543854
.navbar-text {
38553855
float: left;
3856-
margin-top: 20px;
3857-
margin-bottom: 20px;
3856+
margin-top: 25px;
3857+
margin-bottom: 25px;
38583858
}
38593859
@media (min-width: 768px) {
38603860
.navbar-text {
@@ -6846,14 +6846,14 @@ h1[id] {
68466846
/* All levels of nav */
68476847
.sidebar .nav > li > a {
68486848
display: block;
6849-
color: #428bca;
6849+
color: #716b7a;
68506850
padding: 5px 20px;
68516851
}
68526852
.sidebar .nav > li > a:hover,
68536853
.sidebar .nav > li > a:focus {
68546854
text-decoration: none;
68556855
background-color: #e5e3e9;
6856-
border-right: 1px solid #428bca;
6856+
border-right: 1px solid #dbd8e0;
68576857
}
68586858
.sidebar .nav > .active > a,
68596859
.sidebar .nav > .active:hover > a,
@@ -6908,27 +6908,15 @@ h1[id] {
69086908
}
69096909
}
69106910
body {
6911-
padding-top: 60px;
6911+
padding-top: 70px;
69126912
}
69136913
/**
69146914
* Neutralize background color to allow our
69156915
* syntax highlighter theme to do the work.
69166916
*/
6917-
pre {
6918-
background: #F8F8FF;
6919-
}
69206917
pre code {
69216918
background: transparent;
69226919
}
6923-
/**
6924-
* Navbar Logo
6925-
*/
6926-
.navbar-brand {
6927-
padding: 15px 15px 10px;
6928-
}
6929-
.navbar-brand img {
6930-
max-width: 85px;
6931-
}
69326920
/**
69336921
* Page headers
69346922
* Jumbotron-esque headers at the top of every
@@ -6978,6 +6966,7 @@ pre code {
69786966
* Turn the `.navbar` at the top of the docs dark blue.
69796967
*/
69806968
.docs-nav {
6969+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
69816970
background-color: #1d365d;
69826971
border-color: #111f36;
69836972
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);

0 commit comments

Comments
 (0)