Skip to content

Commit

Permalink
* Add demos
Browse files Browse the repository at this point in the history
  • Loading branch information
louisstow committed Oct 17, 2012
1 parent 2a8aefb commit b14078f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.css
Expand Up @@ -72,7 +72,7 @@ button:active {
.clearer { clear:both }

.gridlist { padding:0; margin:0; list-style:none }
.gridlist li { float:left; width:90px; text-align:center }
.gridlist li { float:left; width:90px; height: 115px; text-align:center }
.gridlist li a span { display:block; font-size:12px }
.gridlist li a img { border:1px solid #ccc }
.gridlist li a:hover img { border:1px solid #9f5600 }
Expand All @@ -95,4 +95,4 @@ button:active {
.doc-block { margin-top:50px }

div.doc-contents ul li {display: inline-block; margin: 0px 15px; min-width: 220px;}
pre code {background-color: whiteSmoke; display: block; padding: 8.5px; margin: -10px 0 18px; line-height: 18px; font-size: 12px; border: 1px solid #CCC; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
pre code {background-color: whiteSmoke; display: block; padding: 8.5px; margin: -10px 0 18px; line-height: 18px; font-size: 12px; border: 1px solid #CCC; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -66,6 +66,7 @@ <h2>Lots 'o Goodies</h2>

<h2>Demos</h2>
<ul id="demos" class="gridlist">
<li><a href="http://pixenomics.com"><img src="http://pixenomics.com/favicon.png" width="64" height="64" /><span>Pixenomics</span></a></li>
<li><a href="http://hugeen.github.com/Defend-The-Den/"><img src="demos/thumbs/defendtheden.png"/><span>Defend the Den</span></a></li>
<li><a href="http://blackscorp.github.com/cron/"><img src="demos/thumbs/cron.png"/><span>Cron</span></a></li>
<li><a href="http://morrisgames.info/"><img src="demos/thumbs/code-commander.png"/><span>Code Commander</span></a></li>
Expand Down

0 comments on commit b14078f

Please sign in to comment.