source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/magusine/navigation.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 324 bytes
Line 
1#navigation {
2font-family: "helvetica neue", helvetica, sans-serif;
3font-size: 13px;
4width: 914px;
5margin: 0 auto; 
6}
7
8#navigation li {
9float: left;
10margin-right: 6px;
11padding-right: 6px;
12}
13
14#navigation li ul {
15display: none; 
16}
17
18#navigation a {
19color: #fff;   
20}
21
22#navigation a:hover {
23color: yellow;
24text-decoration: none;
25}
Note: See TracBrowser for help on using the repository browser.