diff --git a/new-racket-web/css/style.css b/new-racket-web/css/style.css index 8d195d9d7f..3f85a86520 100644 --- a/new-racket-web/css/style.css +++ b/new-racket-web/css/style.css @@ -10,3 +10,5 @@ However, this blank file is available if you prefer #growboxes { margin-top: 10pt; } .panetitle { color: red; font-size: 120%; margin-bottom: 4pt } + + pre.codesnip { font-size: 140%; } \ No newline at end of file diff --git a/new-racket-web/index.html b/new-racket-web/index.html index f6082bc1f4..c521d36320 100644 --- a/new-racket-web/index.html +++ b/new-racket-web/index.html @@ -149,9 +149,11 @@ documentation, so click on them for more information.
+#lang racket ;; Report each unique line from stdin (let ([saw (make-hash)]) @@ -237,20 +251,17 @@ computing and from databases to charts. [rx #rx"(?<=<h3 class=\"r\">).*?(?=</h3>)"]) (regexp-match* rx (get-pure-port (string->url u)))))+
Racket version 5.3.5 has been released.
-Racket videos are now available.
-RacketCon 2013 will be in September in Boston.
+Racket version 5.3.5 has been released.
+Racket videos are now available.
+RacketCon 2013 will be in September in Boston.