Top navigation menu

This commit is contained in:
Marek Sebera 2013-02-26 21:04:09 +01:00
parent 012f8b7e7a
commit 62ae0f716c
3 changed files with 356 additions and 0 deletions

View file

@ -1,4 +1,25 @@
@charset "utf-8";
ul#mainmenu li a, ul#mainmenu li {
text-decoration: none;
display: block;
width: 100px;
height: 25px;
text-align: center;
float: left;
margin: 0;
padding: 0;
padding-top: 5px;
}
ul#mainmenu li a:hover {
text-decoration: underline;
}
br.clear {
clear: both;
}
/**
*
* Generic CSS for CakePHP