Leaguepedia | League of Legends Esports Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
#ca-refresh-overview {
  position: fixed;
  bottom:0;
    right:0;
  height:3em;
}

/* put it over the quick bar in fandom desktop */
.page__main #ca-refresh-overview::marker {
	content:'';
}

.page__main #ca-refresh-overview {
  background-color:var(--table-background);
  border:1px dashed var(--table-border);
  height:2em;
  bottom:40px;
}
Advertisement