Commit caf53a9c authored by Ivan Tyagov's avatar Ivan Tyagov

Footer links styling (use site wide color settings).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39061 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e2675703
......@@ -245,7 +245,8 @@ a.pub:link, a.pub:active, a.pub:visited, .pub { \n
\n
#footer a:link, #footer a:active, #footer a:visited,\n
#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited { \n
color:#eae9df; \n
color:#FFF;\n
font-weight:bold;\n
}\n
\n
#footer a:hover, #footer ul li a:hover { color:#fff; }\n
......
......@@ -903,6 +903,12 @@ fieldset.right .gadget {\n
\n
}\n
\n
\n
\n
#footer hr{\n
clear:both;\n
}\n
\n
#wrapper_footer ul {\n
\n
\tlist-style-type: none;\n
......
1586
\ No newline at end of file
1588
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment