aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-04-09 13:47:46 +0000
committerrub <rub@piwigo.org>2006-04-09 13:47:46 +0000
commit3060a7ac59c772b9a178309bc77a03fc897a05d0 (patch)
tree12f9063195bb6bf223f0b7928efa4b707135a854 /template-common
parent9a0ee986fdb248fc371001b6558c5e25032c0a8f (diff)
Issue ID 310:
o Fix css file order o Add example git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1139 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common')
-rw-r--r--template-common/layout.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/template-common/layout.css b/template-common/layout.css
new file mode 100644
index 000000000..02eaf2946
--- /dev/null
+++ b/template-common/layout.css
@@ -0,0 +1,7 @@
+/* $Id: layout.css 1131 2006-04-06 02:23:54Z rvelices $ */
+
+/* template css */
+@import "default-layout.css";
+/* Override properties with import local file */
+@import "local-layout.css";
+