remove css referecne to non-existant image
authorgreg gay <ggay@ocad.ca>
Tue, 21 Dec 2010 15:52:00 +0000 (15:52 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 21 Dec 2010 15:52:00 +0000 (15:52 -0000)
docs/themes/default_classic/styles.css

index 7bee1f8..0ffdbd3 100644 (file)
@@ -401,14 +401,12 @@ div#warning {
        font-weight: bold;
 }
 
-/***************************************************************/
-/* NEW STUFF */
 
 a#back-to {
        padding-left: 20px;
-       background-image: url('../default/images/back.gif');
+/*     background-image: url('../default/images/back.gif');
        background-repeat: no-repeat;
-       background-position: 0px 0px;
+       background-position: 0px 0px;*/
        height:1.45em;
        width:1.45em;
 }