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