User:Inductiveload/Sandbox/styles2.css

From Wikisource
Jump to navigation Jump to search
/*
 * Styles used by header templates (perhaps not just {{header}}
 */

/**
 * Main content definition list
 */
dl {
  padding-left: 1em;
  text-indent: -1em;
}
dt {
  font-weight: normal;
  display: inline;
}
dd {
  display: inline;
  margin-left: 0.4em;
}

dl > dd > dl {
  display: inline-block;
  padding-left: 0;
  text-indent: 0;
}

dl > dd > dl > dt::before {
  content: ' ';
  display: block; 
}