Skip to content

Commit

Permalink
Added separate section detailing repos / issue reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Oct 20, 2010
1 parent 8bae00d commit db132a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion app/views/main/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@
<li>Search for functions by <a href="http://api.clojuredocs.org/search/clojure.core/map">name</a> (namespace optional)</li>
<li>See a <a href="http://api.clojuredocs.org/versions/clojure.core/map">list of the versions</a> that ClojureDocs knows about.</li>
</ul>
<p>The API, as with the rest of the site, is currently in beta. We&apos;ll make every effort to keep these services up and bug-free, but no promises.</p>
</div>
<div class="beta_status">
<h2>We&apos;re in Beta</h2>
<p>We&apos;ll make every effort to keep these services up and bug-free, but no promises. If you&apos;d like to take a look under the hood, ClojureDocs is split up across three repos: The <a href="">site</a>, the <a href="">analyzer</a>, and the <a href="">api.</a> </p>
<p>If you&apos;ve got an itch to scratch then <a href="http://github.com/zkim/clojuredocs/issues">open up an issue</a>, or fork away and send us a pull request.</p>
</div>
<div class="third_party_libs">
<h2>3rd Party Libraries</h2>
Expand Down
8 changes: 4 additions & 4 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,25 +611,25 @@ fieldset {
margin-bottom: 40px;
}

.welcome_message h2, .contribute h2, .third_party_libs h2 {
.welcome_message h2, .contribute h2, .third_party_libs h2, .beta_status h2 {
/* background-color: #62A632;*/
/* background-color: #00D8FF;*/
/* color: #62A632;*/
margin-bottom: 6px;
}

.welcome_message ul, .contribute ul, .api_integration ul {
.welcome_message ul, .contribute ul, .api_integration ul, .beta_status ul {
font-size: 12pt;
margin-bottom: 20px;
}

.api_integration ul li{
.api_integration ul li, .beta_status ul li {
list-style-type: disc;
margin-bottom: 10px;
margin-left: 30px;
}

.welcome_message p, .contribute p, .api_integration p {
.welcome_message p, .contribute p, .api_integration p, .beta_status p {
font-size: 11pt;
margin-bottom: 10px;
}
Expand Down

0 comments on commit db132a4

Please sign in to comment.