made the change systemic
This commit is contained in:
@@ -5602,7 +5602,7 @@ header {
|
|||||||
#mainnav {
|
#mainnav {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: fixed;
|
||||||
top: 50px; }
|
top: 50px; }
|
||||||
#mainnav > ul {
|
#mainnav > ul {
|
||||||
width: 110px;
|
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;">
|
<ul style="display: block;">
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="#">
|
<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;">
|
<ul style="display: block;">
|
||||||
<li id="tutorials_home">
|
<li id="tutorials_home">
|
||||||
<%= link_to tutorials_path, :html => {:method => "get"} do %>
|
<%= link_to tutorials_path, :html => {:method => "get"} do %>
|
||||||
|
|||||||
Reference in New Issue
Block a user