diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 5ea3137..a231676 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.4.562")] -[assembly: AssemblyFileVersion("3.0.4.562")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.4.563")] +[assembly: AssemblyFileVersion("3.0.4.563")] \ No newline at end of file diff --git a/WebApplication/Themes/Default-v2/Screen_Styles.css b/WebApplication/Themes/Default-v2/Screen_Styles.css index 74bfefc..834308a 100644 --- a/WebApplication/Themes/Default-v2/Screen_Styles.css +++ b/WebApplication/Themes/Default-v2/Screen_Styles.css @@ -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; diff --git a/WebApplication/Themes/Default/Screen_Styles.css b/WebApplication/Themes/Default/Screen_Styles.css index 3ffbc3d..938f6b5 100644 --- a/WebApplication/Themes/Default/Screen_Styles.css +++ b/WebApplication/Themes/Default/Screen_Styles.css @@ -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; diff --git a/WebApplication/Themes/Elegant/Screen_Styles.css b/WebApplication/Themes/Elegant/Screen_Styles.css index e1a559a..400e91e 100644 --- a/WebApplication/Themes/Elegant/Screen_Styles.css +++ b/WebApplication/Themes/Elegant/Screen_Styles.css @@ -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;