summaryrefslogtreecommitdiff
path: root/templates/homepage.lucius
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2013-04-19 17:57:46 -0400
committerClint Adams <clint@softwarefreedom.org>2013-04-19 17:57:46 -0400
commit514ff2acff2ba9ad9f809e22fc8ed5a986410e5d (patch)
treebe57afe59d966d65910b4f9336a0370f9ca18b26 /templates/homepage.lucius
Initial stab.
Diffstat (limited to 'templates/homepage.lucius')
-rw-r--r--templates/homepage.lucius13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/homepage.lucius b/templates/homepage.lucius
new file mode 100644
index 0000000..b2fb18b
--- /dev/null
+++ b/templates/homepage.lucius
@@ -0,0 +1,13 @@
+h1 {
+ text-align: center
+}
+
+div.reports { text-align: center; width: 50%; }
+table.reports { width: 50%; }
+td.reports { border: 1px solid blue }
+
+footer {
+ position: absolute;
+ bottom: 0px;
+}
+