Skip to content

Instantly share code, notes, and snippets.

@vmasciotta
vmasciotta / magento-empty-base.css
Created September 9, 2013 16:19
Magento blank default css rules
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
@vmasciotta
vmasciotta / topbar-foundation-drupal.php
Last active November 27, 2017 01:02
Foundation Zurb TopBar Navigation for Drupal
//add this in page.tpl.php
<?php if ($main_menu): ?>
<div class="row">
<div class="twelve columns">
<nav id="navigation" class="top-bar">
<ul>
<li class="name"><h1><a href="#">Navigation</a></h1></li>
<li class="toggle-topbar"><a href="#"></a></li>
</ul>
<section class="section">