Team:UNITN-Trento/CSS/Subs/Footer
From 2013.igem.org
(Difference between revisions)
(Created page with ".footer_box { min-width: 200px; display: inline-table; margin: 0 1em; padding: 0.5em; text-align: left; } .footer_box ul { list-style: none; margin: 0; } .footer_box ul...") |
|||
Line 15: | Line 15: | ||
.footer_box ul li { | .footer_box ul li { | ||
padding: 0; | padding: 0; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: rgb(191, 27, 57); | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | color: #038c7e; | ||
} | } |
Revision as of 16:08, 29 July 2013
.footer_box { min-width: 200px; display: inline-table; margin: 0 1em; padding: 0.5em;
text-align: left; }
.footer_box ul { list-style: none; margin: 0; }
.footer_box ul li { padding: 0; }
a:visited { color: rgb(191, 27, 57); }
a { color: #038c7e; }