Skip to content

Commit

Permalink
Minor layout / footer tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Oct 14, 2010
1 parent 070506a commit cf81ba0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/main.html.erb
Expand Up @@ -131,6 +131,9 @@


<div class="clear"></div> <div class="clear"></div>
<div class="footer"> <div class="footer">
ClojureDocs uses some elements of HTML5 / CSS3, and is best viewed in an up-to-date <a href="http://getfirefox.com">gecko</a> / <a href="www.google.com/chrome">webkit</a> -based browser.
<br />
<br />
&copy; 2010 Zachary Kim <a href="http://zacharykim.com">http://zacharykim.com</a> &copy; 2010 Zachary Kim <a href="http://zacharykim.com">http://zacharykim.com</a>
<br /> <br />
<br /> <br />
Expand Down
3 changes: 2 additions & 1 deletion app/views/main/index.html.erb
Expand Up @@ -66,7 +66,7 @@
</li> </li>
</ul> </ul>
</div> </div>

<div class="third_party_libs">
<h2>3rd Party Libraries</h2> <h2>3rd Party Libraries</h2>
<p class="callout">The following libraries were imported as part of alpha work done to explore 3rd party library support for ClojureDocs, and as a result may not be up to date. Take a look at <a href="http://groups.google.com/group/clojuredocsorg/browse_thread/thread/af7edbf85a6607c4">this mailing list post</a> for more information on where 3rd party library support fits into the overall ClojureDocs plan.</p> <p class="callout">The following libraries were imported as part of alpha work done to explore 3rd party library support for ClojureDocs, and as a result may not be up to date. Take a look at <a href="http://groups.google.com/group/clojuredocsorg/browse_thread/thread/af7edbf85a6607c4">this mailing list post</a> for more information on where 3rd party library support fits into the overall ClojureDocs plan.</p>
<div class="grid_4 alpha"> <div class="grid_4 alpha">
Expand All @@ -84,6 +84,7 @@
<a href="http://github.com/Licenser/clj-sandbox">http://github.com/Licenser/clj-sandbox</a> <a href="http://github.com/Licenser/clj-sandbox">http://github.com/Licenser/clj-sandbox</a>
</div> --> </div> -->
</div> </div>
</div>


<div class="grid_4 omega"> <div class="grid_4 omega">
<h4>Sys Administration</h4> <h4>Sys Administration</h4>
Expand Down
4 changes: 2 additions & 2 deletions public/stylesheets/common.css
Expand Up @@ -74,11 +74,11 @@ ul li {
.footer { .footer {
margin-top: 50px; margin-top: 50px;
text-align: center; text-align: center;
color: #ccc; color: #777;
} }


.footer a { .footer a {
color: #ccc; color: #8888ff;
} }


.ns { .ns {
Expand Down
8 changes: 4 additions & 4 deletions public/stylesheets/main.css
Expand Up @@ -599,15 +599,15 @@ fieldset {
} }




.welcome_message, .feedback_callout { .welcome_message, .contribute {
margin-bottom: 30px; margin-bottom: 40px;
} }


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


.welcome_message ul, .contribute ul { .welcome_message ul, .contribute ul {
Expand Down

0 comments on commit cf81ba0

Please sign in to comment.