|
From: Lasse Kärkkäi. <tr...@us...> - 2010-12-06 22:40:16
|
Module: web
Branch: bluestyle
Commit: ac07e5d9264cde36f37fceb4b41e57ad3a781d62
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Dec 6 23:39:50 2010 +0100
Made #page scale with #main
---
htdocs-binary/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index 45e00e1..5ea64e4 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -23,7 +23,7 @@ body {
}
/* page */
#page {
- height: 600px;
+ min-height: 600px;
background-color: rgba(0,0,0,0.6);
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
|