Fixed CSS issue.
This commit is contained in:
parent
03e6cc4b49
commit
4a88f39698
4 changed files with 8 additions and 8 deletions
|
@ -508,7 +508,7 @@ div.pageoutgoinglinksmenu a:hover {
|
|||
#RssLink {
|
||||
background-image: url(Images/RSS.png);
|
||||
background-repeat: no-repeat;
|
||||
text-indent: -2500px;
|
||||
text-indent: -4000px;
|
||||
display: block;
|
||||
height: 17px;
|
||||
width: 24px;
|
||||
|
@ -525,7 +525,7 @@ div.pageoutgoinglinksmenu a:hover {
|
|||
#PrintLink {
|
||||
background-image: url(Images/Print.png);
|
||||
background-repeat: no-repeat;
|
||||
text-indent: -2500px;
|
||||
text-indent: -4000px;
|
||||
display: block;
|
||||
margin-left: 4px;
|
||||
height: 16px;
|
||||
|
|
|
@ -550,7 +550,7 @@ div.pageoutgoinglinksmenu a:hover {
|
|||
#RssLink {
|
||||
background-image: url(Images/RSS.png);
|
||||
background-repeat: no-repeat;
|
||||
text-indent: -2500px;
|
||||
text-indent: -4000px;
|
||||
display: block;
|
||||
height: 17px;
|
||||
width: 24px;
|
||||
|
@ -568,7 +568,7 @@ div.pageoutgoinglinksmenu a:hover {
|
|||
#PrintLink {
|
||||
background-image: url(Images/Print.png);
|
||||
background-repeat: no-repeat;
|
||||
text-indent: -2500px;
|
||||
text-indent: -4000px;
|
||||
display: block;
|
||||
margin-left: 4px;
|
||||
height: 16px;
|
||||
|
|
|
@ -498,7 +498,7 @@ div.pageoutgoinglinksmenu a:hover {
|
|||
/* The link to the Page RSS */
|
||||
#RssLink {
|
||||
background-image: url(Images/RSS.png);
|
||||
text-indent: -2500px;
|
||||
text-indent: -4000px;
|
||||
display: block;
|
||||
height: 17px;
|
||||
width: 24px;
|
||||
|
@ -514,7 +514,7 @@ div.pageoutgoinglinksmenu a:hover {
|
|||
#PrintLink {
|
||||
background-image: url(Images/Print.png);
|
||||
background-repeat: no-repeat;
|
||||
text-indent: -2500px;
|
||||
text-indent: -4000px;
|
||||
display: block;
|
||||
margin-left: 4px;
|
||||
height: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue