Browse Source

tweak some style things

pull/1/head
Brett Langdon 12 years ago
parent
commit
1441f10699
2 changed files with 6 additions and 3 deletions
  1. +4
    -1
      contents/css/main.css
  2. +2
    -2
      templates/article.jade

+ 4
- 1
contents/css/main.css View File

@ -207,6 +207,10 @@ footer .copy, footer .copy a {
display: inline; display: inline;
} }
article.intro .content {
text-align: center;
}
.article.intro .content .more { .article.intro .content .more {
text-decoration: underline; text-decoration: underline;
font-weight: 700; font-weight: 700;
@ -434,4 +438,3 @@ code.lang-markdown .bullet {
margin-bottom: 1em; margin-bottom: 1em;
} }
} }

+ 2
- 2
templates/article.jade View File

@ -7,7 +7,7 @@ block append vars
block prepend title block prepend title
| #{ page.title + " - "} | #{ page.title + " - "}
block header
block append header
include author include author
h1= page.title h1= page.title
p.author p.author
@ -23,4 +23,4 @@ block content
block prepend footer block prepend footer
div.nav div.nav
a(href=contents.index.url) « Full blog
a(href=contents.index.url) « Back Home

Loading…
Cancel
Save