diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-18 19:28:29 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-18 19:28:29 +0000 |
commit | b99acc760485651dc5b33c3fae75d041889ecd3f (patch) | |
tree | f41bc96aa348f700bdcbc4a0ba5c614e4794baa9 /template/cclear/default-layout.css | |
parent | 7a8b502e11024ec407842cbd92c926529a1ee9dc (diff) |
cclear template :
-----------------
- category.tpl : From 1.4 to BSF
- add missing icons in themes, admin/images, (from default template)
- content.css
git-svn-id: http://piwigo.org/svn/trunk@826 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/cclear/default-layout.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css index 0038cbdc6..e921779bb 100644 --- a/template/cclear/default-layout.css +++ b/template/cclear/default-layout.css @@ -1,8 +1,10 @@ @import "menubar.css"; -@import "categoryContent.css"; +@import "content.css"; @import "image.css"; +/* $Id$ */ + /* * { padding: 0 !important; margin: 0 !important; } */ BODY { |