Skip to content

Commit 196da35

Browse files
committed
download: remove octocat styling from ul
1 parent 735a79c commit 196da35

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

download.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ The full toolchain will take about 25-30 minutes to compile.
123123
<!-- the whitespace in the i elements is important, without it, Jekyll
124124
will render the page incorrectly -->
125125

126-
* [<i class="fa fa-github-alt octocatlist"> </i>Source code](https://github.com/zerovm/zerovm)
127-
* [<i class="fa fa-github-alt octocatlist"> </i>Command&#8211;line tools](https://github.com/zerovm/zerovm-cli)
128-
* [<i class="fa fa-github-alt octocatlist"> </i>ZeroVM Package Manager (zpm)](https://github.com/zerovm/zpm)
129-
* [<i class="fa fa-github-alt octocatlist"> </i>Run&#8211;time library](https://github.com/zerovm/zrt)
130-
* [<i class="fa fa-github-alt octocatlist"> </i>GCC toolchain](https://github.com/zerovm/toolchain)
126+
* [Source code](https://github.com/zerovm/zerovm)
127+
* [Command&#8211;line tools](https://github.com/zerovm/zerovm-cli)
128+
* [ZeroVM Package Manager (zpm)](https://github.com/zerovm/zpm)
129+
* [Run&#8211;time library](https://github.com/zerovm/zrt)
130+
* [GCC toolchain](https://github.com/zerovm/toolchain)
131131
(Installation: [README.md](https://github.com/zerovm/toolchain/blob/master/README.md))
132-
* [<i class="fa fa-github-alt octocatlist"> </i>Sample code &amp; libraries](https://github.com/zerovm/zerovm-samples)
133-
* [<i class="fa fa-github-alt octocatlist"> </i>Sample software &amp; libraries ported to ZeroVM ](https://github.com/zerovm/zerovm-ports)
132+
* [Sample code &amp; libraries](https://github.com/zerovm/zerovm-samples)
133+
* [Sample software &amp; libraries ported to ZeroVM ](https://github.com/zerovm/zerovm-ports)

includes/css/main.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,3 @@ footer {
628628
}
629629
}
630630
}
631-
632-
.octocatlist {
633-
list-style: none;
634-
}

0 commit comments

Comments
 (0)