adding h1 titles to pages
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 5 Sep 2008 05:35:18 +0000 (22:35 -0700)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Fri, 5 Sep 2008 05:35:18 +0000 (22:35 -0700)
website/bugs.mdwn
website/community.mdwn
website/doc.mdwn
website/download.mdwn
website/index.mdwn
website/local.css
website/news.mdwn
website/why.mdwn

index 30bccd1b2f89a7f2d3881dacaddb09d3b4534405..d6215009f1cc282f310ec214118a72289e0436cf 100644 (file)
@@ -1,4 +1,7 @@
 [[meta title="Open Bugs"]]
+
+# Bugs #
+
 This is Monkeysphere's bug list.  You can also browse our [completed bugs](done).
 
 If you don't have commit access to the public repo, we'd appreciate
index faacb6bbc9b94cd700278aa02e8fbe7c61628c29..b7fa31e8b0fa845f279f73cc7fb450ca9de1a505 100644 (file)
@@ -1,5 +1,7 @@
 [[meta title="Community"]]
 
+# The MonkeySphere Community #
+
 ## Mailing list ##
 
 The Monkeysphere project is a new project with just one mailing list
index 18b48a2d337a161e78d931f93fdd2a23aeecd257..6bf319a2a13f70f5de098fb42cee8364aa1456fe 100644 (file)
@@ -1,5 +1,7 @@
 [[meta title="Documentation"]]
 
+# Documentation #
+
 ## Dependencies ##
 
 Monkeysphere relies on:
index 1e492bb0c2e50d82798c3250410aedd13dff7396..a965826b49c91c21cf3d8707dff62b060d0564bc 100644 (file)
@@ -1,6 +1,6 @@
 [[meta title="Download"]]
 
-## Downloading and Installing ##
+# Downloading and Installing #
 
 If you are running a Debian system, you can install Monkeysphere
 by following these directions:
index 137b90a2a917ee2879202fe0245cc32586a75db0..b3675c61d9b207f90b85628d9dc3b8ca18eb6894 100644 (file)
@@ -1,3 +1,7 @@
+[[meta title="The MonkeySphere Project"]]
+
+# The MonkeySphere Project #
+
 The Monkeysphere project's goal is to extend OpenPGP's web of trust to
 new areas of the Internet to help us securely identify each other
 while we work online.
index 69defae6fdee597e91ea47d9e4d6cee6d2dd57d2..3d00d715abc34f92a68b0b62f14045d4ff26c4a6 100644 (file)
@@ -1,3 +1,12 @@
+h1 {
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
+}
+
 h2 {
   -moz-border-radius: 4px;
   background-color: #B67B4E;
index 359e02bb6c3c2770a311f0fef0c6f1e5bbcf332f..1af56a4ab5e4477207adbd43a0aea09151d4b2cf 100644 (file)
@@ -1,4 +1,7 @@
 [[meta title="News"]]
+
+# News #
+
 Here are the latest announcements about the Monkeysphere.
 
 [[inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
index 93ea56018af6dcd661ca413a5bd7f8a109affc57..b6ab8c34a1f429bcb686a0379c1f45270b78d73b 100644 (file)
@@ -1,5 +1,7 @@
 [[meta title="Why should you be interested in the MonkeySphere?"]]
 
+# Why should you be interested in the MonkeySphere? #
+
 [[toc ]]
 
 ## As an `ssh` user ##