Skip to content

Commit

Permalink
More design home page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
suttree committed Apr 2, 2011
1 parent 3fb5d0a commit cb305ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/views/home/index.html.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
<li>Created by <a href='http://suttree.com'>Duncan Gough</a>, with a spoonful of help from <a href='https://github.com/peterc/pismo'>pismo</a>. Code available on <a href='https://github.com/suttree/Give-Good-Sunflower'>github</a>.</li> <li>Created by <a href='http://suttree.com'>Duncan Gough</a>, with a spoonful of help from <a href='https://github.com/peterc/pismo'>pismo</a>. Code available on <a href='https://github.com/suttree/Give-Good-Sunflower'>github</a>.</li>
</ol> </ol>


<%= render :partial => 'shared/twitter_button' %>

<h3>Recent updates</h3> <h3>Recent updates</h3>
<ul> <ul>
<li>Displaying a reverse chronological unread list because it's cooler to be late to the party than ahead of the curve.</li> <li>Reverse sorting of the unread list because it's cooler to be late to the party than ahead of the curve.</li>
<li>Various formatting and style changes.</li> <li>Various formatting and style changes.</li>
<li>See more updates on <a href='https://github.com/suttree/Give-Good-Sunflower/commits/master'>GitHub</a></li> <li>See more updates on <a href='https://github.com/suttree/Give-Good-Sunflower/commits/master'>GitHub</a></li>
</ul> </ul>


<%= render :partial => 'shared/twitter_button' %>
</div> </div>
4 changes: 3 additions & 1 deletion public/stylesheets/sunflower.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ h2 {
h3 { h3 {
color: #133750; color: #133750;
margin-top: 1em; margin-top: 1em;
font-size: 1em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
line-height: 1.5em; /* 36px */ line-height: 1.5em; /* 36px */
} }
Expand Down Expand Up @@ -216,6 +216,8 @@ div.home li {


div.home ul li { div.home ul li {
margin: 0; margin: 0;
font-size: 0.75em;
line-height: 1.5em;
list-style-type: square; list-style-type: square;
list-style-position: inside; list-style-position: inside;
} }
Expand Down

0 comments on commit cb305ed

Please sign in to comment.