1
0

Fixed div height in shared.php

This commit is contained in:
Stefan Frech
2008-07-12 16:02:28 +00:00
committed by Jonas Kattendick
parent 9be3efc2fb
commit 84495fdd54
2 changed files with 8 additions and 3 deletions

View File

@@ -176,6 +176,9 @@ div.description, span.private, span.public, span.date, a.footer {
.invisible {
visibility: hidden;
}
p.shared {
margin: 10px;
}
/* Main Content */
div#main {
@@ -184,7 +187,9 @@ div#main {
margin-bottom: 10px;
}
div#content {
margin: 10px;
overflow:auto;
padding: 0px;
display: block;
}
/* Footer */