mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-03 22:53:58 +02:00
Top navigation menu
This commit is contained in:
parent
012f8b7e7a
commit
62ae0f716c
3 changed files with 356 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue