1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 22:45:31 +02:00

replaced article title h2 by h1

This commit is contained in:
p4bl0 2010-07-23 15:40:07 +02:00
parent 710765ef3f
commit 04c828cdf4
3 changed files with 5 additions and 6 deletions

View file

@ -22,7 +22,7 @@
</header>
<article>
<header>
<h2>Archives</h2>
<h1>Archives</h1>
</header>
<div>
<dl>

View file

@ -22,7 +22,7 @@
</header>
<article>
<header>
<h2><?fugitive article_title ?></h2>
<h1><?fugitive article_title ?></h1>
</header>
<footer>
by <?fugitive article_cauthor ?>, on

View file

@ -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;