Add widget box under menu.
This commit is contained in:
parent
e0121fab29
commit
20882e3389
|
@ -26,6 +26,9 @@
|
|||
.navbar-brand .default_site_h1{
|
||||
height: auto;
|
||||
}
|
||||
section.box {
|
||||
clear: both;
|
||||
}
|
||||
.dropdown-toggle:focus {
|
||||
// outline: 2px solid #43B5FC;
|
||||
outline: transparent;
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
</div>
|
||||
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
|
||||
<%= render_menu %>
|
||||
<section class="box" data-pp="30"></section>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue