~usernameswift/website-style-css

89913d62dee38d87429f66558ea0409071b4597e — Eris A 1 year, 2 months ago b771cf2
Make what is hopefully the final change to the div left margin
1 files changed, 1 insertions(+), 1 deletions(-)

M style.css
M style.css => style.css +1 -1
@@ 26,7 26,7 @@ table {	margin-top: 0em;
		border-collapse: collapse;
		margin-left: 0em;
	    margin-right: 2em; }
div { margin-left: 2em; margin-right: 2em; }
div { margin-left: 4em; margin-right: 2em; }
table.head, table.foot { width: 90%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }