aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
Diffstat (limited to 'template-common')
-rw-r--r--template-common/default-layout.css3
-rw-r--r--template-common/layout.css7
2 files changed, 7 insertions, 3 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index 87ef74fb2..8f284e6eb 100644
--- a/template-common/default-layout.css
+++ b/template-common/default-layout.css
@@ -40,6 +40,3 @@ BODY#theAdminPage #content {
#content UL.thumbnails SPAN.thumbLegend {
display: block; /* display: none; if you don't want legend */
}
-
-/* Override properties with import local file */
-@import "local-layout.css";
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";
+