footer with phorkie homepage link
authorChristian Weiske <cweiske@cweiske.de>
Wed, 18 Apr 2012 17:20:35 +0000 (19:20 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 18 Apr 2012 17:20:35 +0000 (19:20 +0200)
data/templates/base.htm
www/phorkie.css

index b20bc80af66a025b9de40285413ae55407c4304f..879635b8ebb86ce9f14cd373023ef1923f673d6f 100644 (file)
     </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
index 60bf8ff752a489e9fdd8a5e0b8743b42c1225639..e2b1bfb171f898f3285ad15f8e6f61040d7f31cb 100644 (file)
@@ -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;
 }