Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Mobile.css"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
m (Testing)
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 5: Line 5:
     margin-top: 182px !important;
     margin-top: 182px !important;
}
}
/* Testing */
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

Revision as of 11:53, 26 March 2022

/* CSS placed here will affect users of the mobile site */

 footer > .post-content {
    overflow: auto;
    margin-top: 182px !important;
}

/* Testing */
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}