File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -6919,6 +6919,10 @@ h3 {
6919
6919
padding-left : 30px ;
6920
6920
font-size : 90% ;
6921
6921
}
6922
+ .sidebar .glyphicon {
6923
+ font-size : 12px ;
6924
+ margin-left : 10px ;
6925
+ }
6922
6926
/* Show and affix the side nav when space allows it */
6923
6927
@media (min-width : 992px ) {
6924
6928
.sidebar .nav > .active > ul {
Original file line number Diff line number Diff line change @@ -115,13 +115,9 @@ <h1>Getting started</h1>
115
115
< li >
116
116
< a href ="#getting-started "> Getting Started</ a >
117
117
< ul class ="nav ">
118
- < li > < a href ="#synopsis "> overview</ a > </ li >
119
- < li > < a href ="#usage "> usage</ a > </ li >
120
- < li > < a href ="#docs " id ="guide-link "> language</ a > </ li >
121
- < li > < a href ="#reference " id ="guide-link "> function reference</ a > </ li >
122
- < li > < a href ="https://github.com/less/less.js "> source</ a > </ li >
123
- < li > < a href ="#about "> about</ a > </ li >
124
- < li > < a href ="http://less2css.org/ " target ="_blank "> try it now!</ a > </ li >
118
+ < li > < a href ="#synopsis "> Overview</ a > </ li >
119
+ < li > < a href ="https://github.com/less/less.js " target ="_blank "> Visit Less.js on GitHub < span class ="glyphicon glyphicon-new-window "> </ span > </ a > </ li >
120
+ < li > < a href ="http://less2css.org/ " target ="_blank "> Try it now! < span class ="glyphicon glyphicon-new-window "> </ span > </ a > </ li >
125
121
</ ul >
126
122
</ li >
127
123
< li >
@@ -132,15 +128,9 @@ <h1>Getting started</h1>
132
128
< li > < a href ="#download-cdn "> Less.js CDN</ a > </ li >
133
129
</ ul >
134
130
</ li >
135
- < li >
136
- < a href ="#browsers "> Browser support</ a >
137
- </ li >
138
- < li >
139
- < a href ="#third-parties "> Third party support</ a >
140
- </ li >
141
- < li >
142
- < a href ="#license-faqs "> License FAQs</ a >
143
- </ li >
131
+ < li > < a href ="#browsers "> Browser support</ a > </ li >
132
+ < li > < a href ="#third-parties "> Third party support</ a > </ li >
133
+ < li > < a href ="#license-faqs "> License FAQs</ a > </ li >
144
134
145
135
146
136
You can’t perform that action at this time.
0 commit comments