made the change systemic
This commit is contained in:
@@ -5602,7 +5602,7 @@ header {
|
||||
#mainnav {
|
||||
display: block;
|
||||
float: left;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
top: 50px; }
|
||||
#mainnav > ul {
|
||||
width: 110px;
|
||||
|
||||
@@ -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,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 %>
|
||||
|
||||
Reference in New Issue
Block a user