Skip to content

Commit

Permalink
Moved project list closer to the list, and moved the link to json to …
Browse files Browse the repository at this point in the history
…the right
  • Loading branch information
patrickas committed Jun 2, 2010
1 parent ee492b5 commit 481371a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/index.tmpl
Expand Up @@ -36,8 +36,10 @@ a img {border:none;}
top:-1.5em;
z-index:1;
}
h2 {margin:30px 0 0 0;}
#header, #content {margin: 0 auto 0 auto;width: 700px;}
#about, p {margin: 40px auto 0 auto;text-align: justify}
#json_link {float:right;margin-top:-22px;font-size:smaller;}

dl.table-display {
float: left;
Expand Down Expand Up @@ -94,7 +96,7 @@ dl.table-display {
</p>
</div>
<h2>Project list</h2>
<p><a href="proto.json">JSON version of this list</a>.</p>
<p id="json_link"><a href="proto.json">JSON version of this list</a>.</p>
<dl class="table-display">
<TMPL_LOOP projects>
<TMPL_IF description>
Expand Down

0 comments on commit 481371a

Please sign in to comment.