Skip to content

Commit

Permalink
updated the about box
Browse files Browse the repository at this point in the history
  • Loading branch information
redpill27 committed Jun 19, 2011
1 parent 6704a87 commit b33cd19
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions layout/best-of.rhtml
Expand Up @@ -22,8 +22,12 @@
.sliding-panel { background-color:white; border-bottom:1px solid #ccc; display:none; .sliding-panel { background-color:white; border-bottom:1px solid #ccc; display:none;
text-align:center; padding: .75em 0;font-size:smaller; color: #444; background-color: #e4e4ce;} text-align:center; padding: .75em 0;font-size:smaller; color: #444; background-color: #e4e4ce;}


#about table { border: none; border-collapse: collapse; display: inline-table; font-size: smaller; }
#about td.col1 { text-align: right; padding-right: 1em; }
#about td.col2 { text-align: left; }
#about a:link, #about a:link,
#about a:visited { color: #222; } #about a:visited { color: #222; }



.error { font-size:smaller; font-weight:bold; text-align: center; margin-top: 1.5em; } .error { font-size:smaller; font-weight:bold; text-align: center; margin-top: 1.5em; }
.error span { background-color: red; color:white; padding: 4px 5px;} .error span { background-color: red; color:white; padding: 4px 5px;}
Expand Down Expand Up @@ -122,11 +126,26 @@
</div> </div>


<div id="about" class="sliding-panel"> <div id="about" class="sliding-panel">
powered by <table>
<a href="http://www.hnsearch.com/api">hnsearch</a> and <tr>
<a href="http://pdfcrowd.com/html-to-pdf-api/">pdfcrowd</a> | <td class="col1">powered by</td>
<a href="https://github.com/pdfcrowd/hnstuff">source</a> | <td class="col2">
feedback: <a href="mailto:redpill27@gmail.com">redpill27@gmail.com</a> <a href="http://www.hnsearch.com/api">hnsearch</a> and
<a href="http://pdfcrowd.com/html-to-pdf-api/">pdfcrowd</a>
</td>
</tr>
<tr>
<td class="col1">source</td><td class="col2"><a href="https://github.com/pdfcrowd/hnstuff">https://github.com/pdfcrowd/hnstuff</a></td>
</tr>
<tr>
<td class="col1">feedback</td><td class="col2"><a href="mailto:redpill27@gmail.com">redpill27@gmail.com</a></td>
</tr>
</table>
<!-- powered by -->
<!-- <a href="http://www.hnsearch.com/api">hnsearch</a> and -->
<!-- <a href="http://pdfcrowd.com/html-to-pdf-api/">pdfcrowd</a> | -->
<!-- <a href="https://github.com/pdfcrowd/hnstuff">source</a> | -->
<!-- feedback: <a href="mailto:redpill27@gmail.com">redpill27@gmail.com</a> -->
</div> </div>


<div id="permalink" class="sliding-panel"> <div id="permalink" class="sliding-panel">
Expand Down

0 comments on commit b33cd19

Please sign in to comment.