Add the loud background

This commit is contained in:
Eli Barzilay 2010-06-06 03:11:59 -04:00
parent 502007e51b
commit 7a1b3597ee
2 changed files with 9 additions and 0 deletions

View File

@ -468,9 +468,18 @@
@img[id: "download_button" border: "0" src: img1
alt: "Download PLT Scheme" title: "Download PLT Scheme"]})))
;; resources that are specific to the front page
(define loud (copyfile (in-here "loud.png")))
(define more.css
@plain[#:referrer (lambda (url) (link rel: "stylesheet" type: "text/css"
href: url title: "default"))]{
.bodycontent {
background-image: url('@loud');
background-repeat: no-repeat;
background-position: center top;
}
.whatpane {
font-size: medium;
float: left;

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB