From 778caeb0f016a946f2f0f2af07837af7b8240718 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Fri, 13 Sep 2013 23:56:13 +0100 Subject: [PATCH] add copyright notice and contact-email to pages --- assets/html/author.html | 6 ++++++ assets/html/documentation.html | 6 ++++++ assets/html/download.html | 6 ++++++ assets/html/example.html | 6 ++++++ assets/html/main.html | 6 ++++++ assets/style/taskrambler.css | 21 +++++++++++++++------ 6 files changed, 45 insertions(+), 6 deletions(-) diff --git a/assets/html/author.html b/assets/html/author.html index b660076..ecd97ad 100644 --- a/assets/html/author.html +++ b/assets/html/author.html @@ -72,6 +72,12 @@

Short vitae

+ + diff --git a/assets/html/documentation.html b/assets/html/documentation.html index e0e7324..a7926a6 100644 --- a/assets/html/documentation.html +++ b/assets/html/documentation.html @@ -47,6 +47,12 @@





+ + diff --git a/assets/html/download.html b/assets/html/download.html index 5d1062e..61de995 100644 --- a/assets/html/download.html +++ b/assets/html/download.html @@ -77,6 +77,12 @@ mentioned redmine. The github page can be found here. + + diff --git a/assets/html/example.html b/assets/html/example.html index 1ee4c5f..d33824f 100644 --- a/assets/html/example.html +++ b/assets/html/example.html @@ -86,6 +86,12 @@

+ + diff --git a/assets/html/main.html b/assets/html/main.html index ce9a741..2d86bab 100644 --- a/assets/html/main.html +++ b/assets/html/main.html @@ -220,6 +220,12 @@ I know a lot of places where optimization is still possible.

+ + diff --git a/assets/style/taskrambler.css b/assets/style/taskrambler.css index 662693b..b0fe899 100644 --- a/assets/style/taskrambler.css +++ b/assets/style/taskrambler.css @@ -143,12 +143,6 @@ div.border div.br { font-family: old_newspaper; } -#main a { - text-decoration: none; - font-weight: bold; - color: rgb(42,44,40); -} - #title { width: 677px; margin-left: auto; @@ -222,6 +216,21 @@ div.border div.br { #main a { text-decoration: none; font-weight: bold; + color: rgb(42,44,40); } + +#footer { + margin-top: 10px; + text-align: center; + font-size: 11px; +} + +#footer a { + text-decoration: none; + font-weight: bold; + color: rgb(42,44,40); +} + + // vim: set ft=css ts=4 sw=4: