Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "User:Results May Vary/monobook.css"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
(just because of the bkgd image i'm using)
Line 8: Line 8:


#pagehistory li {
#pagehistory li {
     border: 1px solid #aaa;
     border:none;
    border-top:none;
}
}

Revision as of 18:34, 10 March 2020

#content
{
  background-image:url(https://cdn.discordapp.com/attachments/685201387998806213/686632235985928243/sfzerocrew.png);
  background-repeat:no-repeat;
  background-position: right;
  background-attachment: fixed;
}

#pagehistory li {
    border:none;
}