diff options
author | rub <rub@piwigo.org> | 2006-04-09 13:38:37 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-09 13:38:37 +0000 |
commit | b64c5176dd7ee2fbfb2d9714f2570b4d5506d42d (patch) | |
tree | 8d932a2866d25ff923b73a6eb81b09c9add8ee81 /template/yoga/layout.css | |
parent | ba711b68b38f8b8aad7f7c4158b9479df7e6a44f (diff) |
Issue ID 310:
o Fix css file order
o Add example
git-svn-id: http://piwigo.org/svn/trunk@1138 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/layout.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template/yoga/layout.css b/template/yoga/layout.css new file mode 100644 index 000000000..79cb2911f --- /dev/null +++ b/template/yoga/layout.css @@ -0,0 +1,13 @@ +/* $Id: layout.css 1131 2006-04-06 02:23:54Z rvelices $ */ + +/* template css */ +@import "menubar.css"; +@import "content.css"; +@import "image.css"; +@import "popuphelp.css"; +@import "default-layout.css"; +/* Override properties with import local file */ +@import "local-layout.css"; +/* common css */ +@import "../../template-common/layout.css"; + |