Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed May 7, 2012
0 parents commit baf558b
Show file tree
Hide file tree
Showing 44 changed files with 6,220 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
@@ -0,0 +1,11 @@



Outline how to contribute

- by forking exisiting Gists
- Creating new Gists
- Copy the Gist number

- Fork this project, Create a new post and use the Gist number.
- Submit a pull request
12 changes: 12 additions & 0 deletions _config.yml
@@ -0,0 +1,12 @@
title: 'Microsite Sandbox'
auto: true
server: true
markdown: rdiscount
permalink: /:title.html
server_port: 4001
columnist:
paths:
- _posts
baseurl:
rdiscount:
extensions: [smart]
40 changes: 40 additions & 0 deletions _includes/css/reset.css
@@ -0,0 +1,40 @@
/* ------------------------------------------
Reset ♥
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* remember to define focus styles. Hee Haw */
:focus { outline: 0; }

0 comments on commit baf558b

Please sign in to comment.