Update style.savvy

This commit is contained in:
Austin Andrews
2014-11-25 00:37:43 -06:00
parent 002a15944b
commit 5433649d83

View File

@@ -1,6 +1,10 @@
@title Style
@example(icon){
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;">
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;margin:0 20px 20px 20px;">
<img src="/images/{@icon}.svg" style="position:absolute;top:0;bottom:0;" />
<img src="/images/grid-240.svg" />
</div>
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;margin:0 0 20px 20px;">
<img src="/images/{@icon}.svg" style="position:absolute;top:0;bottom:0;" />
<img src="/images/grid-240.svg" />
</div>