Skip to content

Commit

Permalink
blog - add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
liulixiang1988 committed May 28, 2014
1 parent e053100 commit 6b59d45
Show file tree
Hide file tree
Showing 25 changed files with 12,341 additions and 4 deletions.
45 changes: 45 additions & 0 deletions django/mydjangosite/blog/static/blog/css/main.css
@@ -0,0 +1,45 @@
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
height: auto;
min-height: 100%;
/* Pad bottom by footer height */
padding: 0 0 60px;
/* Negative indent footer by its height */
margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#footer {
height: 60px;
background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}

#footer > .container {
padding-right: 15px;
padding-left: 15px;
}

code {
font-size: 80%;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

0 comments on commit 6b59d45

Please sign in to comment.