Update style.savvy

This commit is contained in:
Austin Andrews
2014-11-25 00:56:51 -06:00
parent 4fd737b27f
commit 8a605cf65b

View File

@@ -1,12 +1,12 @@
@title Style
@example(icon){
@example2(icon1, icon2){
<div style="clear:both">
<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/{@icon1}.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/{@icon2}.svg" style="position:absolute;top:0;bottom:0;" />
<img src="/images/grid-240.svg" />
</div>
</div>
@@ -17,13 +17,13 @@
# @title
@example(grid-240-lines) While Google does an excellent job [explaining](http://www.google.com/design/spec/style/icons.html#icons-system-icons) Material Design icons it can be helpful to go into more detail.
@example2(grid-240-lines, grid-240-cicle) While Google does an excellent job [explaining](http://www.google.com/design/spec/style/icons.html#icons-system-icons) Material Design icons it can be helpful to go into more detail.
- Grid
- Proportion
- Size
@example(grid-240-box-outline)Testing this syntax.
@example2(grid-240-box-outline, grid-240-box-outline)Testing this syntax.