aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
Diffstat (limited to 'template-common')
-rw-r--r--template-common/default-layout.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index 7514f94ad..5f8cf62e1 100644
--- a/template-common/default-layout.css
+++ b/template-common/default-layout.css
@@ -31,3 +31,6 @@ 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";