Commit c70d92be authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

no margin if hide_opts is set

parent c6ce3e59
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@
		font-family: Sans-Serif;
	}

% if ($hide_opts) {
	body {
		margin: 0;
		padding: 0;
	}
% }

	div.outer {
		border: 0.2em solid #000066;
		width: 55em;