File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
src/helix-ui/styles/components Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 99 </small >
1010 {% endif %}
1111
12- <small >(v{{ VERSION }} )</small >
12+ <small >
13+ (<a href =" https://github.com/rackerlabs/helix-ui/releases/v{{VERSION}}" target =" _blank" >
14+ v{{ VERSION }}
15+ </a >)
16+ </small >
1317</div >
Original file line number Diff line number Diff line change 55 < section >
66 < h1 > HelixUI</ h1 >
77 < p > HelixUI is a UI library, created with custom elements to help you develop applications.</ p >
8+ < p >
9+ View < a href ="https://github.com/rackerlabs/helix-ui/ " target ="_blank "> source</ a > on GitHub.
10+ </ p >
811 </ section >
912 < section class ="hxSpan-12-xs hxSpan-6-md ">
1013 < h2 > Getting Started</ h2 >
@@ -23,7 +26,6 @@ <h2>Browser Support</h2>
2326 < section class ="hxSpan-12-xs hxSpan-6-md ">
2427 < h2 > Getting Involved</ h2 >
2528 < p > We welcome issue and code contributions. A contribution guide is coming soon.</ p >
26- </ section >
2729 </ section >
2830 </ main >
2931{% endblock %}
Original file line number Diff line number Diff line change @@ -109,11 +109,14 @@ a[href="#content"] {
109109
110110 nav {
111111 display : inline-block ;
112+
113+ a [href] {
114+ margin-left : 32px ;
115+ }
112116 }
113117
114- a {
118+ a [href] {
115119 color : @cyan-500 ;
116- margin-left : 32px ;
117120 }
118121}// #foot
119122
You can’t perform that action at this time.
0 commit comments