~usernameswift/website-style-css

db3eef4d19081bafe3c0c00cb79da2628b87d25a — Eris A 1 year, 2 months ago 69187a3
That was a few too many numbers in the 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: 0em; margin-right: 2em; }
table.head, table.foot { width: 90%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }