From Fedora Project Wiki

(New page: →‎CSS to make Template:Cleanup work properly: .messagebox.wikicleanup { background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png"); background-repeat: repeat; })
 
mNo edit summary
Line 1: Line 1:
/* CSS to make Template:Cleanup work properly */
/* CSS to make Template:Wiki_cleanup work properly */
.messagebox.wikicleanup {
.messagebox.wikicleanup {
     background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png");
     background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png");
     background-repeat: repeat;
     background-repeat: repeat;
}
}

Revision as of 01:27, 26 September 2008

/* CSS to make Template:Wiki_cleanup work properly */
.messagebox.wikicleanup {
    background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png");
    background-repeat: repeat;
}