new action for intro page for new users

This commit is contained in:
r888888888
2013-06-17 13:15:52 -07:00
parent ec56d7abc9
commit 90e90e8be2
5 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
div#c-explore-posts {
header {
text-align: center;
h1 {
font-size: 3em;
}
}
div.posts {
padding: 1em;
margin-bottom: 2em;
background: #EEF;
}
}