commit:dc094fc5729190bdde31eb84263cb2dc59a12b83
author:Chip Black
committer:Chip Black
date:Fri Mar 28 22:55:48 2014 -0500
parents:94a065048d8029cb407f61443761ad18fad6fa02
Add contact page
diff --git a/www/css/blerg.css b/www/css/blerg.css
line changes: +6/-0
index cf411e5..aa28664
--- a/www/css/blerg.css
+++ b/www/css/blerg.css
@@ -523,4 +523,10 @@ footer {
 	margin: 15pt;
 	font-size: small;
 	color: #333;
+	text-align: right;
+}
+
+footer a {
+	color: #333;
+	margin-left: 1em;
 }

diff --git a/www/css/doc.css b/www/css/doc.css
line changes: +8/-0
index 39ace21..be17dda
--- a/www/css/doc.css
+++ b/www/css/doc.css
@@ -61,3 +61,11 @@ h1, h2, h3, h4, h5 {
 .bitstructure .B2 {
 	height: 16px;
 }
+
+.magic {
+	display: none;
+}
+
+.magic + .magic {
+	display: inline;
+}

diff --git a/www/development.html b/www/development.html
line changes: +1/-0
index 16ce1c9..74b48d6
--- a/www/development.html
+++ b/www/development.html
@@ -19,6 +19,7 @@ BlergMedia.media_init();
 new blerg.Blerg().write();
 </script>
 <footer>
+<a href="/doc/contact.html">Contact Blërg!</a>
 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
 </footer>
 </body>

diff --git a/www/index.html b/www/index.html
line changes: +1/-0
index b1ee6b7..c667c71
--- a/www/index.html
+++ b/www/index.html
@@ -18,6 +18,7 @@ BlergMedia.media_init();
 new blerg.Blerg().write();
 </script>
 <footer>
+<a href="/doc/contact.html">Contact Blërg!</a>
 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
 </footer>
 </body>