You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Unknown macro: {html}

<style>

.myclass {
background-color:#e0e0e0;
background-image: -webkit-gradient(linear, 0% 0%,0% 0%, from(#e0e0e0), to(#ffffff));
background-image: -webkit-linear-gradient(left, #e0e0e0, #ffffff);
background-image: -moz-linear-gradient(left, #e0e0e0, #ffffff);
background-image: -ms-linear-gradient(left, #e0e0e0, #ffffff);
background-image: -o-linear-gradient(left, #e0e0e0, #ffffff);
background-image: -linear-gradient(left, #e0e0e0, #ffffff);

margin-right: 15px;
margin-bottom: 20px;
padding-right: 20px;
}
</style>

<div class="myclass" style="float:left;">

  • No labels