source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/piment/menu.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: 387 bytes
Line 
1/* navigation */
2
3#navigation {
4font-size: 16px;
5font-weight: bold;
6
7padding-bottom: 28px;
8background:url(little-piment.png) bottom center no-repeat;
9margin-bottom:10px;
10}
11
12#navigation li a{
13color:#a90925;
14text-decoration:none;
15}
16
17.niveau1 {
18list-style-type:none;
19margin-bottom:6px;
20}
21
22
23.niveau2{
24/*list-style-image: url("images/pucevert.jpg");*/
25display:none;
26list-style-type: none;
27}
28
Note: See TracBrowser for help on using the repository browser.