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