[cl-blog-cvs] CVS update: cl-blog/cl-blog.lisp

Brian Mastenbrook bmastenbrook at common-lisp.net
Fri Oct 22 01:13:10 UTC 2004


Update of /project/cl-blog/cvsroot/cl-blog
In directory common-lisp.net:/tmp/cvs-serv22252

Modified Files:
	cl-blog.lisp 
Log Message:
Center it

Date: Fri Oct 22 03:13:09 2004
Author: bmastenbrook

Index: cl-blog/cl-blog.lisp
diff -u cl-blog/cl-blog.lisp:1.9 cl-blog/cl-blog.lisp:1.10
--- cl-blog/cl-blog.lisp:1.9	Fri Oct 22 03:12:23 2004
+++ cl-blog/cl-blog.lisp	Fri Oct 22 03:13:09 2004
@@ -141,9 +141,9 @@
                                ((a :href ,(archives-url :category i :rss t))
                                 "(RSS)")
                                )))
-           (p)
-           ((a :href "http://www.sbcl.org/" :border "0")
-            ((img :src "http://www.sbcl.org/sbclbutton.png" :alt "(get 'sbcl)" :border "0")))
+           (p :align "center"
+              ((a :href "http://www.sbcl.org/" :border "0")
+               ((img :src "http://www.sbcl.org/sbclbutton.png" :alt "(get 'sbcl)" :border "0"))))
            )
           ((div :id "content")
            , at body))





More information about the Cl-blog-cvs mailing list