From 180f16426b55bc98195731039136fa2048c9b79c Mon Sep 17 00:00:00 2001
From: Daniel Kummer
Date: Tue, 20 Nov 2012 10:33:29 +0100
Subject: [PATCH] add anchors to h2 titles
---
css/style.css | 22 ++++++++++++++++++++--
index.html | 16 ++++++++--------
index.pt_BR.html | 18 +++++++++---------
3 files changed, 37 insertions(+), 19 deletions(-)
diff --git a/css/style.css b/css/style.css
index ee51e8c..aeb0f4a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -63,6 +63,24 @@ p {
color: #222438;
}
+h2 a {
+ text-decoration: none;
+ font-size: 60px;
+ font-weight: normal;
+ margin: 0;
+ margin-bottom: 25px;
+ text-shadow: 0 2px 1px #000;
+ color: #FFB000;
+ font-family: 'Sansita One', cursive;
+}
+
+h2 a:hover {
+ text-decoration: none;
+}
+
+h2 a:visited {
+ color: #FFB000;
+}
a, a:visited {
color: #D92B00;
@@ -92,7 +110,7 @@ blockquote {
border-right: 2px solid #30334F;
border-radius: 10px;
padding: 5px 20px;
- color:white;
+ color: white;
font-family: menlo, monospace;
}
@@ -161,7 +179,7 @@ code {
height: 52px;
background: url("../img/lines-close.png");
position: relative;
- left: 11px;
+ left: 11px;
}
.hotfix-end, .hotfix-start, .release-end, .release-start, .feature-end, .feature-start {
diff --git a/index.html b/index.html
index efd3d0f..81e369f 100644
--- a/index.html
+++ b/index.html
@@ -46,7 +46,7 @@
}(document, "script", "twitter-wjs");
efficient branching using git-flow by Vincent Driessen
- translations: en - pt_BR
+ translations: en - Brazilian Portugues