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

clean template: do not hide menu by default

parent 84eb1561
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -22,19 +22,15 @@

	div.displayclean {
		background-color:#F8F8F8;
		position:absolute;
		top:5px;
		left:5px;
		border-width:1px 2px;
		width:100%;
		margin-bottom: 5em;
	}

	div.displayclean > ul {
		position:absolute;
		position:relative;
		width:100%;
		background-color:#F8F8F8;
		top: -3px;
		left: 0;

		list-style-type:none;
		margin:0;