fixed the sidebars
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div id="mainnav" class="hidden-phone hidden-tablet">
|
<div id="mainnav" style="position: fixed" 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" class="hidden-phone hidden-tablet">
|
<div id="mainnav" style="position: fixed" 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