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:
britea 2018-11-09 10:49:02 +00:00
parent 05d63c1a81
commit 02d5cf929a
4 changed files with 10 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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;
}

View File

@ -0,0 +1,6 @@
---
layout: topic
category-page: fs
title: Filesystem
---