diff options
author | rub <rub@piwigo.org> | 2006-04-09 13:57:51 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-09 13:57:51 +0000 |
commit | 9fe82e13467bd435bd97223ef4c295b075fcab78 (patch) | |
tree | 8d932a2866d25ff923b73a6eb81b09c9add8ee81 /template/yoga/default-layout.css | |
parent | 5f59abd73749cc578bf5ab6836cb3203c7a0c62b (diff) |
Issue ID 310:
o Fix css file order
o Add example
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1141 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index bcbfe81f2..f42cfc1a7 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -1,14 +1,3 @@ - -/* template css */ -@import "menubar.css"; -@import "content.css"; -@import "image.css"; -@import "popuphelp.css"; -/* Override properties with import local file */ -@import "local-layout.css"; -/* common css */ -@import "../../template-common/default-layout.css"; - /* $Id$ */ /* * { padding: 0 !important; margin: 0 !important; } */ |