summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-23 15:40:07 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-23 15:40:07 +0200
commit04c828cdf4065e9f2d13058cbd3575e47256c10a (patch)
tree801c7d0a909b323760558c31217f1f1cc3c489cd
parent710765ef3f5dd1778ef4630b01519afc19e1d8e7 (diff)
replaced article title h2 by h1
-rw-r--r--archives.html2
-rw-r--r--article.html2
-rw-r--r--fugitive.css7
3 files changed, 5 insertions, 6 deletions
diff --git a/archives.html b/archives.html
index 7be5433..e4fc357 100644
--- a/archives.html
+++ b/archives.html
@@ -22,7 +22,7 @@
</header>
<article>
<header>
- <h2>Archives</h2>
+ <h1>Archives</h1>
</header>
<div>
<dl>
diff --git a/article.html b/article.html
index 90cbe3c..c1dc698 100644
--- a/article.html
+++ b/article.html
@@ -22,7 +22,7 @@
</header>
<article>
<header>
- <h2><?fugitive article_title ?></h2>
+ <h1><?fugitive article_title ?></h1>
</header>
<footer>
by <?fugitive article_cauthor ?>, on
diff --git a/fugitive.css b/fugitive.css
index 12840e0..a03adf2 100644
--- a/fugitive.css
+++ b/fugitive.css
@@ -43,7 +43,6 @@ header {
header h1 {
margin: 0 0 0.3em 0;
madding: 0;
- color:
font-size: 2em;
font-weight: normal;
}
@@ -64,7 +63,7 @@ article header {
border-style: none;
border-bottom: 1px dashed #ccc;
}
-article header h2 {
+article header h1 {
margin: 0;
padding: 0 0 0.2em 0;
font-size: 1.5em;
@@ -85,6 +84,8 @@ article > div {
line-height: 1.5em;
font-size: 1.1em;
}
+article > div a:hover { text-decoration: underline; }
+article > div a:visited { color: #048; }
article > div p:first-child:first-letter {
font-size: 1.5em;
font-weight: bold;
@@ -126,8 +127,6 @@ article > div blockquote {
article > div blockquote p {
margin: 0.5em 0;
}
-article > div a:hover { text-decoration: underline; }
-article > div a:visited { color: #048; }
article > div code {
color: #ccc;
background-color: #333;