First major stab at the integration of Courtland's CSS into
author<mako@atdot.cc> <>
Tue, 28 Aug 2007 15:12:59 +0000 (11:12 -0400)
committer<mako@atdot.cc> <>
Tue, 28 Aug 2007 15:12:59 +0000 (11:12 -0400)
commit68d36148578a124acbf34f5da6893b0a62663699
treea3592ba2e2129d10349b11f446602c24dda27933
parent796d33df26fa2f591a405810ae4958a26cf060a4
First major stab at the integration of Courtland's CSS into
Selectricity. It looks good!

So far, I've only really finished the front page.
20 files changed:
app/controllers/site_controller.rb
app/views/layouts/_footer.rhtml [new file with mode: 0644]
app/views/layouts/frontpage.rhtml [new file with mode: 0644]
app/views/layouts/main.rhtml
app/views/site/_basic_login.rhtml
app/views/site/_user_summary.rhtml
app/views/site/index.rhtml
public/images/bg_controlroom.png [new file with mode: 0644]
public/images/bg_index.png [new file with mode: 0644]
public/images/bg_quickvotes.png [new file with mode: 0644]
public/images/bg_resultblock.png [new file with mode: 0644]
public/images/bg_results.png [new file with mode: 0644]
public/images/bg_voters.png [new file with mode: 0644]
public/images/rails.png [deleted file]
public/images/title.png [new file with mode: 0644]
public/images/title_main.png [new file with mode: 0644]
public/images/top_bar_1.png [new file with mode: 0644]
public/images/top_bar_2.png [new file with mode: 0644]
public/stylesheets/common.css [new file with mode: 0644]
public/stylesheets/front.css [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?