Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created April 19, 2013 06:11
Show Gist options
  • Save tlxue/5418451 to your computer and use it in GitHub Desktop.
Save tlxue/5418451 to your computer and use it in GitHub Desktop.
.content {
margin: 15px 15px 0;
}
.footer {
text-align: center;
}
.footer a {
margin: 40px auto;
display: inline-block;
line-height: 30px;
color: #B8B8B8;
background: #F8F8F8;
padding: 0 24px;
}
article + article {
border-top: #f6f6f6;
}
.header {
margin: 20px 15px 14px;
}
/* 夜间模式 */
.night .footer a {
color: #303030;
background: #666;
}
article + article {
border-top: #3b3b3b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment