diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2014-06-28 17:10:24 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-28 17:10:24 +0200 | 
| commit | f9ac67be7346ba42bd22f52ddb70853f693ba080 (patch) | |
| tree | fe096053ab33833d18084f6e9b93446025c435bc | |
| parent | 84eb1561ee2d78f2e30b1c9011cae7cb010f0959 (diff) | |
clean template: do not hide menu by default
| -rw-r--r-- | cgi/templates/layouts/default.html.ep | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 2c0f858..cb1e99e 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -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;  | 
