Changes between Version 2 and Version 3 of versoes/24/HowTo/Templating/HelloWorld


Ignore:
Timestamp:
04/05/12 16:24:29 (12 years ago)
Author:
gustavo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • versoes/24/HowTo/Templating/HelloWorld

    v2 v3  
    969601    <h1>Hello <%= data.user.name %>!</h1> 
    979702    <p>Templating like a boss!</p> 
    98 03    <div class="my-div">Div que vai ser estilizada</div> 
     9803    <button class="button close small">Fechar</button> 
    9999}}} 
    100100 
     
    103103'''Arquivo''' {{{hellow.css}}} 
    104104{{{ 
    105 01   .hello-world-win .my-div{ 
    106 02      background-color : red; 
     10501   .hello-world-win .button.close{ 
     10602      color : red; 
    10710703   } 
     10804   .hello-world-win .button.small{ 
     10905      height: 24px; 
     11006   } 
    108111}}} 
    109112