Initial commit

This commit is contained in:
2013-09-24 15:54:41 +02:00
commit c544d768ef
32 changed files with 706 additions and 0 deletions

19
blog/static/css/admin.css Normal file
View File

@@ -0,0 +1,19 @@
/*
Document : admin.css
Created on : 2012.09.05., 15:49:05
Author : polonkai.gergely
Description:
Purpose of the stylesheet follows.
*/
ul.menu {
padding: .5em;
list-style-type: none;
margin: 0 0 1em 0;
border-bottom: 1px solid black;
}
ul.menu li {
display: inline;
margin-right: 1em;
}

26
blog/static/css/blog.css Normal file
View File

@@ -0,0 +1,26 @@
/*
Document : blog
Created on : 2012.09.14., 14:53:34
Author : polonkai.gergely
Description:
Purpose of the stylesheet follows.
*/
.post {
margin-bottom: 2em;
}
p.article-date {
text-indent: 0;
font-size: 80%;
color: #7f7f7f;
}
.paginator {
margin: .5em 0;
}
.plusone-container {
margin-left: 1em;
display: inline;
}