source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/sens_sculpture/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: 267 bytes
Line 
1/* sens_sculpture  : theme */
2/* juillet 2007, par stephane */
3
4
5/* menu */
6
7#navigation {
8font-size: 13px;
9margin-bottom: 3em;
10}
11
12#navigation li {
13padding-bottom: 10px;   
14}
15
16#navigation a {
17text-decoration: none;
18color: #333;   
19}
20
21#navigation a:hover {
22color: #000;   
23}
Note: See TracBrowser for help on using the repository browser.