unded fix position on sidebar because I realized you cannot see the entire thing even if you scroll down :-(

This commit is contained in:
Ken Johnson
2013-05-10 12:08:41 -04:00
parent 16729c3be6
commit 10956ed316
3 changed files with 2 additions and 12 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -5602,7 +5602,7 @@ header {
#mainnav {
display: block;
float: left;
position: fixed;
position: absolute;
top: 50px; }
#mainnav > ul {
width: 110px;
+1 -11
View File
@@ -17,23 +17,13 @@
<div class="widget">
<div class="widget-header">
<div class="title">
<span class="fs1" aria-hidden="true" data-icon="&#xe092;"></span> Step 2a - Using the Tutorials
<span class="fs1" aria-hidden="true" data-icon="&#xe092;"></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="&#xe092;"></span> Step 2b - Attacking the Application
</div>
</div>
<div class="widget-body">
</div>
</div>
</div>