MediaWiki:Vector.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
No edit summary
Line 1: Line 1:
/* Overwrite Warriors styles that don't work well on the wiki */
/* Overwrite Warriors styles that don't work well on the wiki */
dd { margin-left: 1.6em;
dl {
    margin-bottom: .1em; }
  margin-top: .2em;
  margin-bottom: .5em;
}
dd {
  margin-left: 1.6em;
  margin-bottom: .1em;
}

Revision as of 20:29, January 21, 2017

/* Overwrite Warriors styles that don't work well on the wiki */
dl {
  margin-top: .2em;
  margin-bottom: .5em;
}
dd {
  margin-left: 1.6em;
  margin-bottom: .1em;
}