source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/loustic/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: 292 bytes
Line 
1#navigation a {
2color: #f00;
3font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
4font-size: 11px;
5text-decoration: none;
6}
7
8#navigation a:hover {
9color: #fff;
10}
11
12#navigation li {
13display: inline;
14padding-right: 2em;
15}
16
17#navigation .ulniveau2 {
18display:none;
19}
Note: See TracBrowser for help on using the repository browser.