more updates to demo

This commit is contained in:
Chris Polis 2011-09-15 18:35:34 -07:00
parent 1ddc257a29
commit c5c01224e7
4 changed files with 21 additions and 2 deletions

View file

@ -30,6 +30,7 @@
<a href='#about'>About</a>
<a href='#usage'>Usage</a>
<a href='#options'>Options</a>
<a href='https://github.com/cmpolis/Pagify'>Github</a>
</nav>
</header>

View file

@ -1,4 +1,4 @@
<ul>
<ul id='options'>
<li>
<b>pages</b> - an array of page names. Required.
</li>

View file

@ -1,7 +1,7 @@
body {
color: #585858;
background-color: #fff;
font-family:Tahoma,Century gothic, Arial,Tahoma,sans-serif;
font-family: Georgia, serif;
}
h1 {
font-size: 40px;
@ -10,6 +10,16 @@ h1 {
}
h1 small {
font-size: 20px;
padding-left: 10px;
}
h2, h3 {
margin-bottom: 5px;
}
p {
margin-top: 5px;
}
pre {
background-color: #F6F6F6;
}
nav {
font-size: 20px;
@ -28,3 +38,10 @@ a:hover {
margin: 0 auto;
width: 960px;
}
#options {
list-style: none;
padding-left: 0px;
}
#options li {
margin-bottom: 10px;
}

View file

@ -1,3 +1,4 @@
<br />
View the source of this demo <a href="https://github.com/cmpolis/Pagify/tree/master/demo">here</a>. Or...
<h3>Create a <em>container</em> page:</h3>