Skip to content

Commit

Permalink
doc: tweak website
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed May 22, 2011
1 parent e769056 commit eeb2ed9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

#nav a { background-color: yellow; border: 1px solid #ccc; color: #555; padding: 5px 8px; margin: 0 10px 0 0; font-size: 0.8em; }

.sidenote { float: right; width: 200px; background: #fff; border: 1px solid #ccc; padding: 5px; text-align: center; margin: 10px; }
.sidenote { float: right; width: 200px; background: #fff; border: 1px solid #ccc; padding: 15px; text-align: center; margin: 10px; line-height: 1.4em; }

#birdframe { background: url(assets/images/example.png) top center no-repeat #e4e4e4; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#birdframe { background: url(assets/images/example.png) center 50px no-repeat #dadada; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

#readme { margin: 60px auto; width: 960px; color: #333; }

Expand Down Expand Up @@ -63,13 +63,14 @@ <h2>Write documentation Tom's way!</h2>
<a href="http://github.com/rubyworks/yard-tomdoc">Source</a>
<a href="http://rubygems.org/gem/yard-tomdoc">Gem</a>
<a href="http://googlegroups.com/group/rubyworks-mailinglist">Mail</a>
<a href="http://yardoc.org">YARD</a>
</div>
</div>
</div>

<div id="birdframe" style="height: 300px">
<div id="birdframe" style="height: 400px;">
<div class="page" style="text-align: center;">
<h1>YARD knows TomDoc</h1>
<h1>YARD Knows TomDoc</h1>
<!-- <img src="assets/images/tom.gif" height="290px" style="margin-left: 500px;" /> -->
</div>
</div>
Expand Down

0 comments on commit eeb2ed9

Please sign in to comment.