mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-28 16:19:51 +02:00
Double List for dep
This commit is contained in:
32
README.md
32
README.md
@@ -32,6 +32,10 @@ It's all Menu driven so just follow the diagram to do what you need.
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
This is HTML:
|
||||||
|
|
||||||
|
<ul id="double"> <span class="code-comment"><!-- Alter ID accordingly --></span>
|
||||||
|
|
||||||
- [R](https://en.wikipedia.org/wiki/R_(programming_language))
|
- [R](https://en.wikipedia.org/wiki/R_(programming_language))
|
||||||
- [highlight](https://www.archlinux.org/packages/community/x86_64/highlight/)
|
- [highlight](https://www.archlinux.org/packages/community/x86_64/highlight/)
|
||||||
- [node](https://nodejs.org/en/)
|
- [node](https://nodejs.org/en/)
|
||||||
@@ -43,9 +47,9 @@ It's all Menu driven so just follow the diagram to do what you need.
|
|||||||
- [perl](https://wiki.archlinux.org/index.php/Perl)
|
- [perl](https://wiki.archlinux.org/index.php/Perl)
|
||||||
- [stow](https://www.google.com/search?client=firefox-b-d&q=gnu+stow)
|
- [stow](https://www.google.com/search?client=firefox-b-d&q=gnu+stow)
|
||||||
- [python](https://www.python.org/download/releases/3.0/)
|
- [python](https://www.python.org/download/releases/3.0/)
|
||||||
- [tmsu](https://aur.archlinux.org/packages/tmsu/)<sup>AUR</sup>
|
- [tmsu](https://aur.archlinux.org/packages/tmsu/)
|
||||||
- [ranger](https://www.archlinux.org/packages/community/any/ranger/)
|
- [ranger](https://www.archlinux.org/packages/community/any/ranger/)
|
||||||
- [mdcat](https://aur.archlinux.org/packages/mdcat/)<sup>AUR</sup>
|
- [mdcat](https://aur.archlinux.org/packages/mdcat/)
|
||||||
- [Kitty](https://sw.kovidgoyal.net/kitty/) or [iterm2](https://www.iterm2.com/)
|
- [Kitty](https://sw.kovidgoyal.net/kitty/) or [iterm2](https://www.iterm2.com/)
|
||||||
- [xclip](https://www.archlinux.org/packages/extra/x86_64/xclip/)
|
- [xclip](https://www.archlinux.org/packages/extra/x86_64/xclip/)
|
||||||
- [sd](https://github.com/chmln/sd)
|
- [sd](https://github.com/chmln/sd)
|
||||||
@@ -63,6 +67,30 @@ It's all Menu driven so just follow the diagram to do what you need.
|
|||||||
- [Pandoc](https://github.com/jgm/pandoc)
|
- [Pandoc](https://github.com/jgm/pandoc)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul></code>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
ul{
|
||||||
|
width:760px;
|
||||||
|
margin-bottom:20px;
|
||||||
|
overflow:hidden;
|
||||||
|
border-top:1px solid #ccc;
|
||||||
|
}
|
||||||
|
li{
|
||||||
|
line-height:1.5em;
|
||||||
|
border-bottom:1px solid #ccc;
|
||||||
|
float:left;
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
#double li { width:50%;} <span class="code-comment">/* 2 col */</span>
|
||||||
|
#triple li { width:33.333%; } <span class="code-comment">/* 3 col */</span>
|
||||||
|
#quad li { width:25%; } <span class="code-comment">/* 4 col */</span>
|
||||||
|
#six li { width:16.666%; } <span class="code-comment">/* 6 col */</span></code>
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<!--> Source: http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/ <--->
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
- [DNote]
|
- [DNote]
|
||||||
|
Reference in New Issue
Block a user