css-team: added fs front-page
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@70 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
2752dfc547
commit
877bb545f4
4 changed files with 10 additions and 9 deletions
site
|
@ -13,7 +13,7 @@
|
|||
<li><a href="{{ site.baseurl }}/pages/topic/cmd/basic.html">Basic commands</a></li>
|
||||
<li><a href="{{ site.baseurl }}/pages/topic/cmd/interm.html">Intermediate commands</a></li>
|
||||
<li><a href="{{ site.baseurl }}/pages/topic/cmd/advanced.html">Advanced commands</a></li>
|
||||
<li><a href="#">Filesystem</a></li>
|
||||
<li><a href="{{ site.baseurl }}/pages/topic/fs/fs.html">Filesystem</a></li>
|
||||
<li><a href="#">Scripting</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@ layout: main
|
|||
<ol>
|
||||
{% for item in site.pages %}
|
||||
{% if item.category-page == page.category-page and item.layout != "topic" %}
|
||||
<li class="list-commands"><a href="{{ item.url }}">{{ item.title }}</a></li>
|
||||
<li class="list-commands"><a href="{{ item.url }}"><span>{{ item.title }}</span></a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ol>
|
||||
|
|
|
@ -25,9 +25,8 @@ ol {
|
|||
content: counter(command);
|
||||
background: #6a6;
|
||||
border-radius: 100%;
|
||||
height: 33px;
|
||||
width: 33px;
|
||||
font-size: 3vh;
|
||||
padding: 7px 11px;
|
||||
font-size: 1.8vh;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -35,7 +34,3 @@ ol {
|
|||
.list-commands:hover{
|
||||
background-color: #646464;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
6
site/pages/topic/fs/fs.html
Normal file
6
site/pages/topic/fs/fs.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: topic
|
||||
category-page: fs
|
||||
title: Filesystem
|
||||
---
|
||||
|
Loading…
Reference in a new issue