finishing css bug fixing of custom toolbar items

This commit is contained in:
Ezequiel Bergamaschi
2014-09-11 16:59:22 -03:00
parent 400f3963f5
commit 4a0f39fb07
4 changed files with 3 additions and 15 deletions

View File

@@ -110,12 +110,6 @@ ul {
list-style-position: inside;
}
a:link, a:visited {
font: bold 100%;
text-decoration: underline;
color: black;
}
a:hover, a:active {
font: bold 100%;
text-decoration: underline;

View File

@@ -31,7 +31,7 @@ div#footerLogo {
height: 56px;
position: absolute;
display: list-item;
list-style-image: url(../images/logo-small.png);
list-style-image: url(../images/logo-xsmall.png);
list-style-position: inside;
right: 10px;
top: -30px;