Browse Source

some css cleanup

pull/1/head
Brett Langdon 12 years ago
parent
commit
7ef157d897
1 changed files with 16 additions and 11 deletions
  1. +16
    -11
      contents/css/main.css

+ 16
- 11
contents/css/main.css View File

@ -90,8 +90,20 @@ hr {
.header h1 {
font-size: 2.6em;
text-align: center;
font-weight: 700;
margin: 0;
font-size: 2.5em;
font-style: italic;
font-weight: 400;
margin-bottom: -0.2em;
}
.header .logo h1 img {
border-radius: .1em;
margin-right: .1em;
}
.header .logo {
border-bottom: 1px dashed #d2d2d2;
}
.header a, .header a:hover {
@ -116,13 +128,6 @@ hr {
margin-top: -0.3em;
}
body.article-detail > header h1 {
font-size: 2.5em;
font-style: italic;
font-weight: 400;
margin-bottom: -0.2em;
}
body.article-detail > header {
margin-bottom: 3em;
}
@ -171,7 +176,7 @@ footer .copy, footer .copy a {
}
footer section{
clear: both;
clear: both;
}
/* article */
@ -258,8 +263,8 @@ article.intro .content {
text-decoration: none;
}
.archive li:not(:last-child) {
border-bottom: 1px solid #d2d2d2;
margin-bottom: -1px;
border-bottom: 1px solid #d2d2d2;
margin-bottom: -1px;
}
.archive a.last, .archive span.last {


Loading…
Cancel
Save