source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/piment/menu.css @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

  • 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.