From 004759c8f2dbd29a1ed4640e3277a35e1b83c5b6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 14 Sep 2011 00:42:45 +0200 Subject: [PATCH] Add a prominent Develop link in the documentation (Closes #155) --- index.html | 1 + style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index 8b7ff90f2..8cc51eb1a 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@ +
Documentation
Download it
Develop
About
diff --git a/style.css b/style.css index b3e95a3f2..76e6fbfab 100644 --- a/style.css +++ b/style.css @@ -128,3 +128,7 @@ tt { background-color: #444488; border: 2px solid #000088; } +#y { + background-color: #888844; + border: 2px solid #888800; +}