more visual t/sing

This commit is contained in:
Ken Johnson
2013-04-24 16:45:55 -04:00
parent fb59deb224
commit a9232d7b2c
44 changed files with 29 additions and 21 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Railsgoat</title>
<title>RailsGoat</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
@@ -19,6 +19,9 @@
<body>
<%= render "layouts/shared/header" %>
<%= render "layouts/shared/sidebar" %>
<div class="dashboard-wrapper">
<%= yield %>
</div>
<%= render "layouts/shared/footer" %>
</body>
</html>
@@ -0,0 +1,5 @@
<footer>
<p>
&copy; cktricky (Ken Johnson), 2013
</p>
</footer>
+2 -2
View File
@@ -1,5 +1,5 @@
<header>
<a href="index.html" class="logo">
<a href="#l" class="logo">
<img src="#" alt="Logo"/>
</a>
<div class="user-profile">
@@ -51,4 +51,4 @@
</a>
</li>
</ul>
</header>
</header>
+1 -1
View File
@@ -100,7 +100,7 @@
<script type="text/javascript">
//Main menu navigation
$('.submenu > a').click(function(e){
$('.li submenu > a').click(function(e){
e.preventDefault();
var submenu = $(this).siblings('ul');
var li = $(this).parents('li');