summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-07-09 00:14:16 +0200
committerLeif Johansson <leifj@sunet.se>2010-07-09 00:14:16 +0200
commit342cb7d1edb536378f462d6a7757c2f9ccdfe1ea (patch)
tree90fc81da1afc78a34e98cfc6f54c28ad3e5a5a62 /templates/base.html
parent2bb8b5dd3eee47e665da570eb72cfea87c6ca3fe (diff)
basic edit view for nodes
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html
index f63e601..cc0f8a4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -64,7 +64,7 @@
.navlist ul { list-style: none; padding: 0; margin: 0; }
.navlist li { float: left; display: inline; margin: 0 0.15em; }
.description { clear: both; margin-top: 25px; padding-top: 5px; border-top: 1px solid black; }
- #branding{ font: 500% "Trebuchet MS", sans-serif; margin-left: 50px; margin-bottom: 20px; float: left}
+ #branding{ font: 300% "Trebuchet MS", sans-serif; margin-left: 50px; margin-bottom: 20px; float: left}
#linklist { float: right; margin-right: 50px; }
#linklist ul{ list-style: none; padding: 0; margin: 0; }
#linklist li{ float: left; margin: 0 0.15em}
@@ -73,8 +73,7 @@
a:hover { text-decoration: underline; }
.clear { clear: both; }
#content{ }
- #rhs{ float: right; width: 20%; position:absolute; top: 100px; right: 300px; font-size: 150%;}
- #main{ font: 100% "Trebuchet MS", sans-serif; margin: 50px; width:70%}
+ #main{ font: 100% "Trebuchet MS", sans-serif; width:90%; }
.code{font: 110% "Courier", fixed}
.infopanel {font-size: 130%; width: 100%; padding: 5px; margin-bottom: 10px; }
.infopanel label { display:block; }
@@ -101,10 +100,6 @@
<div id="main">
{% block main %}{% endblock %}
</div>
- <div id="rhs">
- {% block rhs %}{% endblock %}
- </div>
- <div class="clear"></div>
</div>
<div class="clear"></div>
<div id="footer">