diff --git a/templates/base.html b/templates/base.html index 5e4779c..37d5967 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,17 +7,20 @@ thead { font-weight: bold; } + #content { float: right; width: 100%; background-color: #F0F0F0; } + #menu { float: left; width: 200px; margin-left: -200px; background-color: #CCCCCC; } + #menu span { display: block; } @@ -29,14 +32,19 @@ {{ block "page-styles" . }}{{ end }}
-