Fixed CSS issue.

This commit is contained in:
Dario Solera 2010-11-13 09:23:53 +00:00
parent 03e6cc4b49
commit 4a88f39698
4 changed files with 8 additions and 8 deletions

View file

@ -16,5 +16,5 @@ using System.Reflection;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.4.562")] [assembly: AssemblyVersion("3.0.4.563")]
[assembly: AssemblyFileVersion("3.0.4.562")] [assembly: AssemblyFileVersion("3.0.4.563")]

View file

@ -508,7 +508,7 @@ div.pageoutgoinglinksmenu a:hover {
#RssLink { #RssLink {
background-image: url(Images/RSS.png); background-image: url(Images/RSS.png);
background-repeat: no-repeat; background-repeat: no-repeat;
text-indent: -2500px; text-indent: -4000px;
display: block; display: block;
height: 17px; height: 17px;
width: 24px; width: 24px;
@ -525,7 +525,7 @@ div.pageoutgoinglinksmenu a:hover {
#PrintLink { #PrintLink {
background-image: url(Images/Print.png); background-image: url(Images/Print.png);
background-repeat: no-repeat; background-repeat: no-repeat;
text-indent: -2500px; text-indent: -4000px;
display: block; display: block;
margin-left: 4px; margin-left: 4px;
height: 16px; height: 16px;

View file

@ -550,7 +550,7 @@ div.pageoutgoinglinksmenu a:hover {
#RssLink { #RssLink {
background-image: url(Images/RSS.png); background-image: url(Images/RSS.png);
background-repeat: no-repeat; background-repeat: no-repeat;
text-indent: -2500px; text-indent: -4000px;
display: block; display: block;
height: 17px; height: 17px;
width: 24px; width: 24px;
@ -568,7 +568,7 @@ div.pageoutgoinglinksmenu a:hover {
#PrintLink { #PrintLink {
background-image: url(Images/Print.png); background-image: url(Images/Print.png);
background-repeat: no-repeat; background-repeat: no-repeat;
text-indent: -2500px; text-indent: -4000px;
display: block; display: block;
margin-left: 4px; margin-left: 4px;
height: 16px; height: 16px;

View file

@ -498,7 +498,7 @@ div.pageoutgoinglinksmenu a:hover {
/* The link to the Page RSS */ /* The link to the Page RSS */
#RssLink { #RssLink {
background-image: url(Images/RSS.png); background-image: url(Images/RSS.png);
text-indent: -2500px; text-indent: -4000px;
display: block; display: block;
height: 17px; height: 17px;
width: 24px; width: 24px;
@ -514,7 +514,7 @@ div.pageoutgoinglinksmenu a:hover {
#PrintLink { #PrintLink {
background-image: url(Images/Print.png); background-image: url(Images/Print.png);
background-repeat: no-repeat; background-repeat: no-repeat;
text-indent: -2500px; text-indent: -4000px;
display: block; display: block;
margin-left: 4px; margin-left: 4px;
height: 16px; height: 16px;