css-team: add links to nav menu
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@49 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
63d1a6f9b9
commit
b85f311ceb
2 changed files with 13 additions and 8 deletions
site
|
@ -6,19 +6,19 @@
|
|||
<nav class="nav-menu">
|
||||
<div>Learn
|
||||
<ul>
|
||||
<li>Basic commands</li>
|
||||
<li>Intermediate commands</li>
|
||||
<li>Advanced commands</li>
|
||||
<li>Filesystem</li>
|
||||
<li>Scripting</li>
|
||||
<li><a href="#">Basic commands</a></li>
|
||||
<li><a href="#">Intermediate commands</a></li>
|
||||
<li><a href="#">Advanced commands</a></li>
|
||||
<li><a href="#">Filesystem</a></li>
|
||||
<li><a href="#">Scripting</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<code>|</code>
|
||||
<div>About
|
||||
<ul>
|
||||
<li>Us</li>
|
||||
<li>The project</li>
|
||||
<li>INTRO</li>
|
||||
<li><a href="#">Us</a></li>
|
||||
<li><a href="#">The project</a></li>
|
||||
<li><a href="#">INTRO</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
@ -29,6 +29,11 @@
|
|||
font-size: 20px;
|
||||
padding: 0 5px;
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
ul {
|
||||
/* TODO: if possible, insert a padding-top to move the submenu down such that
|
||||
the text of the first element starts at the bottom border of the .menuDesktop */
|
||||
|
|
Loading…
Reference in a new issue