Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c02767

Browse files
committed
Fix styling of octocat unordered lists
Removed the redunant bullet points from said lists. Use octocats as bullet points. Meh.
1 parent 55d9a28 commit 7c02767

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

download.md

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

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

includes/css/main.scss

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

0 commit comments

Comments
 (0)