diff options
author | yodan <yodan@piwigo.org> | 2005-08-21 10:44:07 +0000 |
---|---|---|
committer | yodan <yodan@piwigo.org> | 2005-08-21 10:44:07 +0000 |
commit | b09f16ed7dad28db18ebf2837b4cc98b55d1e3a1 (patch) | |
tree | 856d8dcfe934d8a66021dc6fd27f99407f095cda /template/cclear | |
parent | df74f2d2040ab1c44566335aac9767a5fe716e14 (diff) |
Cleared rules for DIV#the_page, and provided a explanation: this DIV exists
"just in case another template needs an inner frame" (sic).
git-svn-id: http://piwigo.org/svn/trunk@844 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear')
-rw-r--r-- | template/cclear/default-layout.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css index 4ae91b86c..18d96bfa4 100644 --- a/template/cclear/default-layout.css +++ b/template/cclear/default-layout.css @@ -16,9 +16,7 @@ BODY { } #the_page { - margin: 0; padding: 0; - /* border: 1px solid #000000; */ - width: 100%; + /* Just in case another template needs an inner frame */ } H1 { |