source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/euclides/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: 301 bytes
Line 
1#navigation{
2height: 24px;
3background-color: #333;
4margin-bottom: 12px;
5
6
7}
8
9#navigation a {
10color: #fff;
11text-decoration: none;
12}
13
14#navigation a:hover {
15color: #fc0;
16}
17
18#navigation .niveau1 {
19float:left;
20margin-left: 8px;
21font-size: 10px;
22margin-top: 5px;
23
24}
25
26#navigation .ulniveau2 {
27display:none;
28}
Note: See TracBrowser for help on using the repository browser.