unded fix position on sidebar because I realized you cannot see the entire thing even if you scroll down :-(
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -5602,7 +5602,7 @@ header {
|
||||
#mainnav {
|
||||
display: block;
|
||||
float: left;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 50px; }
|
||||
#mainnav > ul {
|
||||
width: 110px;
|
||||
|
||||
@@ -17,23 +17,13 @@
|
||||
<div class="widget">
|
||||
<div class="widget-header">
|
||||
<div class="title">
|
||||
<span class="fs1" aria-hidden="true" data-icon=""></span> Step 2a - Using the Tutorials
|
||||
<span class="fs1" aria-hidden="true" data-icon=""></span> Step 2 - Using the application
|
||||
</div>
|
||||
</div>
|
||||
<div class="widget-body">
|
||||
<img src=<%= image_path("step-2.png")%> />
|
||||
</div>
|
||||
</div>
|
||||
<div class="widget">
|
||||
<div class="widget-header">
|
||||
<div class="title">
|
||||
<span class="fs1" aria-hidden="true" data-icon=""></span> Step 2b - Attacking the Application
|
||||
</div>
|
||||
</div>
|
||||
<div class="widget-body">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user