From 5ce55c00ac72bc6fbdd095d7ee697cfa35ea8cc4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 May 2014 12:11:15 -0400 Subject: Redo styles to be "pure"/simple bootstrap, and fix found issues with forms. --- app/views/layouts/application.html.erb | 73 +++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 32 deletions(-) (limited to 'app/views/layouts') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index af26e29..28ec6f7 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,5 +1,5 @@ - + Leaguer @@ -16,42 +16,51 @@
<% if notice %>

<%= notice %>

<% end %> -
+
<%= yield %>
-- cgit v1.2.3-2-g168b