diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 19:20:35 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 19:20:35 +0200 |
| commit | 5b1127bdc82daa43786049b29b3ea6251d2908d0 (patch) | |
| tree | d7fda7b962bdd92e82221328e2a741eeeb3c9c71 | |
| parent | f72db7383cbce40571f6b40d1205d602eed8a49b (diff) | |
| download | phorkie-5b1127bdc82daa43786049b29b3ea6251d2908d0.tar.gz phorkie-5b1127bdc82daa43786049b29b3ea6251d2908d0.zip | |
footer with phorkie homepage link
| -rw-r--r-- | data/templates/base.htm | 8 | ||||
| -rw-r--r-- | www/phorkie.css | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm index b20bc80..879635b 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -45,5 +45,13 @@ </div> </div> </div> + + <div class="container footer"> + <a href="//sf.net/p/phorkie/">phorkie</a>, + the self-hosted, git-based pastebin software is available under the + <a href="https://sf.net/p/phorkie/"> + <acronym title="GNU Affero General Public License">AGPL</acronym></a>. + </div> + </body> </html>
\ No newline at end of file diff --git a/www/phorkie.css b/www/phorkie.css index 60bf8ff..e2b1bfb 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -28,6 +28,14 @@ a.anchorlink { color: #FFA; } +.footer { + margin-top: 36px; + margin-bottom: 0px; + border-top: 1px solid #DDD; + color: #999; + text-align: center; +} + h1 { margin-bottom: 0.5ex; } |
