Logo

GitLab

Sign in

dariah / mtas

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mtas
  • cobertura
  • css
  • help.css
  • update
    3f09233b
    Matthijs Brouwer authored
    2017-05-11 11:18:29 +0200  
    Browse Code ยป
help.css 286 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
dl {
	float: left;
	width: 100%;
}

dt {
	border-top: 1px solid #808080;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 1em;
	width: 20%;
}

dd {
	border-top: 1px solid #808080;
	float: left;
	font-style: italic;
	margin: 0;
	padding: 1em;
	width: 60%;
}