Skip to content

Commit

Permalink
Move primary nav around to include a link to the sessionizer root path.
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhelbling committed Apr 2, 2015
1 parent 453f6bf commit 9531571
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/app/assets/stylesheets/shared.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ ul#menu {
}
}
}

li.bar, li.demo {
float:right;
}

.last {
margin-right: 0;
}
Expand Down
24 changes: 20 additions & 4 deletions src/app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,27 @@
<div class="full-column">
<div class="center-column">
<ul id="menu">
<li class="star"><a href="http://minnestar.org/" ><span class="description">the community of</span><br />minne<span class="star"></span></a></li>
<li class="bar"><a href="http://minnestar.org/minnebar/"><span class="description">(un)conference</span><br />minne<span class="bar">bar</span></a></li>
<li class="demo"><a href="http://minnestar.org/minnedemo/"><span class="description">geek show &amp; tell</span><br />minne<span class="demo">demo</span></a></li>
<li class="star">
<a href="/" >
<span class="description">sessionizer home</span><br />
minne<span class="star"></span>
</a>
</li>
<li class="demo">
<a href="http://minnestar.org/minnedemo/">
<span class="description">geek show &amp; tell</span><br />minne<span class="demo">demo</span>
</a>
</li>

<li class="bar">
<a href="http://minnestar.org/minnebar/">
<span class="description">(un)conference</span><br />
minne<span class="bar">bar</span>
</a>
</li>
</ul>
<div class="clearboth"><!-- --></div>
<div class="clearboth"></div>

</div><!-- / center-column -->
</div><!-- / full-column -->

Expand Down

0 comments on commit 9531571

Please sign in to comment.