User:Pyrrhus/pivot.css

From MEpedia, a crowd-sourced encyclopedia of ME and CFS science and history

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* TESTED PYRRHUS CODE */

/* expand footer-left and hide footer-right */
#footer-right-icons {
 display: none;
}
#div-footer-left {
 width: 100%;
}

/* make footer text lines into a paragraph */
li#footer-lastmod,
 li#footer-viewcount {
 float: left;
 margin-right: 0.5em;
}

/* make footer links all in a row */
li#footer-privacy,
 li#footer-about,
 li#footer-disclaimer,
 li#footer-developers,
 li#footer-cookiestatement {
 float: left;
 margin-right: 2em;
}

/* hide developers link in footer */
li#footer-developers {
 display: none;
}

/* END TESTED PYRRHUS CODE */