About Social Code
summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/front_page.html2
-rw-r--r--templates/main.html2
-rw-r--r--templates/note.html4
3 files changed, 6 insertions, 2 deletions
diff --git a/templates/front_page.html b/templates/front_page.html
index ce987fb..14a22f7 100644
--- a/templates/front_page.html
+++ b/templates/front_page.html
@@ -1,3 +1,4 @@
+<div class="frontpage-main-container">
<div class="title-header-container">
<div class="animated-box">
<ul class="animated-name">
@@ -22,3 +23,4 @@
</a>
$endfor$
</div>
+</div>
diff --git a/templates/main.html b/templates/main.html
index 80c55ab..e3f9716 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,6 +1,6 @@
<!doctype html>
-<html lang="en">
+<html class="$main_class$" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/templates/note.html b/templates/note.html
index 917d461..e7da3cb 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -13,6 +13,8 @@
$endif$
</div>
<div class="note-divider"></div>
-<div class="note-body">
+<div class="main-container">
+ <div class="note-body">
$body$
+ </div>
</div>