Skip to content

Instantly share code, notes, and snippets.

@marcoos
Created February 24, 2012 20:53
Show Gist options
  • Save marcoos/1903678 to your computer and use it in GitHub Desktop.
Save marcoos/1903678 to your computer and use it in GitHub Desktop.
display: run-in version of http://dabblet.com/gist/1901867/
/**
* display: run-in version of http://dabblet.com/gist/1901867/
*/
dt { display: run-in; margin-right: 0.67ex; }
dd { display: block; margin: 0; }
<dl>
<dt>foo:</dt>
<dd>Definition of foo</dd>
<dt>bar:</dt>
<dd>Definition of bar</dd>
</dl>
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment