made the change systemic

This commit is contained in:
Ken Johnson
2013-05-09 13:56:50 -04:00
parent f11f4895d6
commit 38e76161c5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5602,7 +5602,7 @@ header {
#mainnav {
display: block;
float: left;
position: relative;
position: fixed;
top: 50px; }
#mainnav > ul {
width: 110px;
+1 -1
View File
@@ -1,4 +1,4 @@
<div id="mainnav" style="position: fixed" class="hidden-phone hidden-tablet">
<div id="mainnav" class="hidden-phone hidden-tablet">
<ul style="display: block;">
<li class="active">
<a href="#">
+1 -1
View File
@@ -1,4 +1,4 @@
<div id="mainnav" style="position: fixed" class="hidden-phone hidden-tablet">
<div id="mainnav"class="hidden-phone hidden-tablet">
<ul style="display: block;">
<li id="tutorials_home">
<%= link_to tutorials_path, :html => {:method => "get"} do %>