Remove duplicated and use simbolic links.

This commit is contained in:
Paulo Veiga
2011-11-01 01:08:51 -03:00
parent 7a07a46d43
commit 68deab8b93
181 changed files with 77 additions and 536 deletions

View File

@@ -69,7 +69,7 @@ div#logo {
height: 65px;
width: 80px;
position: absolute;
background: url(../nicons/logo-small.png) no-repeat right top;
background: url(../images/logo-small.png) no-repeat right top;
right: 10px;
top: -10px;
}
@@ -94,13 +94,13 @@ div#logo {
}
div#zoomIn {
background: url(../nicons/zoom-in.png) no-repeat left top;
background: url(../images/zoom-in.png) no-repeat left top;
margin-top: 10px;
margin-left: 10px;
}
#zoomOut {
background: url(../nicons/zoom-out.png) no-repeat left top;;
background: url(../images/zoom-out.png) no-repeat left top;;
margin-top: 10px;
margin-left: 5px;
}