Skip to content

Instantly share code, notes, and snippets.

View netstyler's full-sized avatar
🎯
Focusing

Falk netstyler

🎯
Focusing
View GitHub Profile
@netstyler
netstyler / gist:df37c1f6330da515e14e
Created September 9, 2014 12:39
wa-basic design classes
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-20{margin-top:20px;}
.margin-top-30{margin-top:30px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-30{margin-bottom:30px;}
.home-slideshow{margin-top:30px;padding:0px;}
.well-dark{background-color:#000;color:#fff;}
@netstyler
netstyler / gist:3832787
Created October 4, 2012 10:29
cakephp: insert image
<?php
echo $this->Html->image('$path', array('alt'=> 'altText'));
?>