[clean up css thomashartman1@gmail.com**20080813152203] hunk ./src/Controller.hs 17 ------controller --- Web server functions hunk ./src/Controller.hs 18 + +-- main controller hunk ./static/tutorial.css 7 -a{color: #006} +/* a{color: green} */ /* 006 */ hunk ./static/tutorial.css 10 + +/* hunk ./static/tutorial.css 13 - height:70px;line-height:70px;margin:0; - padding-left:10px;background: #EEE;color: #79B30B} + height:70px; + line-height:70px; + margin:0; + padding-left:10px; + background: #EEE; + color: #79B30B} +*/ + + hunk ./static/tutorial.css 24 - padding-left:120px;background: #EEE;} -div#header a{background: #EEE;height:80px} + padding-left:10px; + background: #EEE; + a{color: green} +} + + +div#header a { + color: green; +} + + + + + +/* div#header a{background: #EEE;height:80px} */ + + hunk ./templates/favoriteAnimal.st 1 -Again, my favorite animal is a $ favoriteAnimal $. (set in another template) -
-If I forget to set an attribute (favoriteMammal), it just doesn't display: $ favoriteMammal $ +Again, my favorite animal is a $ favoriteAnimal $. (set in another template, favoriteAnimal.st) + hunk ./templates/header.st 7 - + + + hunk ./templates/header.st 15 - |Logged in as + |Logged in as hunk ./templates/myhomepage.st 2 - This is my homepage. + This is written in the top container template of my homepage, myhomepage.st. hunk ./templates/myhomepage.st 10 + If I forget to set an attribute (favoriteMammal), it just doesn't display: $ favoriteMammal $ +
hunk ./templates/myhomepage.st 14 +