# HG changeset patch # User Atul Varma # Date 1238458240 25200 # Node ID 5a5d167e54ced107bc9fe3db49a66418cf7bc90c # Parent 881139cd3c4a23e9a0d223a310b17c1a8fb4fe97 Changed formatting of 'hello world' block. diff -r 881139cd3c4a -r 5a5d167e54ce index.css --- a/index.css Mon Mar 30 17:03:55 2009 -0700 +++ b/index.css Mon Mar 30 17:10:40 2009 -0700 @@ -12,6 +12,12 @@ color: black; } +.boxed { + border: 1px dotted black; + padding: 0.5em; + margin: 0.5em; +} + h1 { font-weight: normal; } diff -r 881139cd3c4a -r 5a5d167e54ce index.html --- a/index.html Mon Mar 30 17:03:55 2009 -0700 +++ b/index.html Mon Mar 30 17:10:40 2009 -0700 @@ -22,7 +22,7 @@

Use Firebug to change the text below to say “hello world” instead of “hai2u”.

- hai2u + hai2u

You can enable Firebug by going to the “View” menu and @@ -37,7 +37,7 @@

function(query) { - return query.find("tt").text() == "hello world"; + return query.find(".boxed").text() == "hello world"; }