More ongoing work.
authorRichard Jones <rjones@redhat.com>
Wed, 3 Mar 2010 23:17:00 +0000 (23:17 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 3 Mar 2010 23:17:00 +0000 (23:17 +0000)
examples/simple/30-goodbye.html
examples/simple/fedora-bg.jpg [new file with mode: 0644]
examples/simple/style.css

index a9200f6..51dcab3 100644 (file)
@@ -11,7 +11,6 @@ Now look at these files to find out how we did it:
 
 <ul>
 <li> 10-hello.html
-<li> 15-second.html
 <li> 20-shell.sh
 <li> 30-goodbye.html
 </ul>
diff --git a/examples/simple/fedora-bg.jpg b/examples/simple/fedora-bg.jpg
new file mode 100644 (file)
index 0000000..8ff7d5d
Binary files /dev/null and b/examples/simple/fedora-bg.jpg differ
index 62dbc6a..0c9e9fc 100644 (file)
@@ -1,3 +1,4 @@
 body {
     font-size: 24pt;
+    background: url(fedora-bg.jpg) no-repeat;
 }
\ No newline at end of file