http://d-programming-language.org/ 404 & small proposal

Adam D. Ruppe destructionator at gmail.com
Thu Dec 9 20:25:04 PST 2010


Add this to the <head> section of the website:

<style>
	#quickindex b:first-child {
		display: block;
	}
	#quickindex a {
		display: inline-block;
		min-width: 160px;
		border: solid 1px #cccccc;
		margin-top: 4px;
	}
</style>


Tweak a little maybe but you'll end up with something like this:

http://arsdnet.net/dtbl.png


The CSS is just a slightly simpler approach than messing with the javascript or
html itself and can be made good enough with virtually zero effort.


More information about the Digitalmars-d mailing list