Skip to content

Commit

Permalink
typos and css
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Dec 12, 2011
1 parent db52cde commit de43316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/api/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<section id=page class=container>
<div class=grid_12>
<h2 class=style_2>Developer API<span></span></h2>
<p>This site documents the developer API access to the data ued on the Sixteen Colors website.</p>
<p>The latest version of the API is <a href="/docs/v0">v0</a></p>
<p>This site documents the developer API access to the data used on the Sixteen Colors website.</p>
<p>The latest version of the API is <a href="/docs/v0">v0</a>.</p>
<h3>In General</h3>
<p>There is currently no API key required to access the data. This may change in the future. If you expect to run a high volume of traffic through the API, please <a href="contact@sixteencolors.net">contact us</a>.</p>
<p>All data is returned i JSON format, including errors.</p>
Expand Down
4 changes: 4 additions & 0 deletions root/static/css/16c.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ section h2.style_2 span {
background: #aaa
}

#page p {
margin-bottom: 8px;
}

/* GALLERY */

ul.gallery li {
Expand Down

0 comments on commit de43316

Please sign in to comment.