Initial commit
This commit is contained in:
19
blog/static/css/admin.css
Normal file
19
blog/static/css/admin.css
Normal 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
26
blog/static/css/blog.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user