summaryrefslogtreecommitdiff
path: root/templates/core
diff options
context:
space:
mode:
Diffstat (limited to 'templates/core')
-rw-r--r--templates/core/index5
-rw-r--r--templates/core/page4
2 files changed, 6 insertions, 3 deletions
diff --git a/templates/core/index b/templates/core/index
index 26aef90..0781442 100644
--- a/templates/core/index
+++ b/templates/core/index
@@ -7,8 +7,9 @@
</head>
<body>
<!--HEADER-->
- <!--CORE/CONTENT-->
+ <div class='content'>
+ <!--CORE/CONTENT-->
+ </div>
<!--FOOTER-->
</body>
-
</html>
diff --git a/templates/core/page b/templates/core/page
index 896f372..09299f7 100644
--- a/templates/core/page
+++ b/templates/core/page
@@ -7,7 +7,9 @@
</head>
<body>
<!--HEADER-->
- <!--CORE/CONTENT-->
+ <div class='content'>
+ <!--CORE/CONTENT-->
+ </div>
<!--FOOTER-->
</body>
</html>