1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

r8504: Temporary fix to #content width/height just to

pretty up things while I work.

deryck
(This used to be commit de6d5efadeb1ac5c44c6c87481d20de3afbedb78)
This commit is contained in:
Deryck Hodge 2005-07-15 14:57:12 +00:00 committed by Gerald (Jerry) Carter
parent 4459d16718
commit 632b7ec0d0

View File

@ -30,3 +30,11 @@ table.data tr {
background-color: #E5C995;
text-align:left;
}
/* Temp fix for content sections that don't span the window.
This is not cross-browser and won't be the final way I handle
this, but I can't stand looking at small boxes while I work. :-) */
#content {
min-width:60%;
min-height:800px;
}