editor fills whole page

This commit is contained in:
Fabian Jakobs 2010-04-07 17:49:16 +02:00
commit 7cce9d8858
2 changed files with 6 additions and 6 deletions

View file

@ -10,10 +10,10 @@
<style type="text/css" media="screen">
#container {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
</style>