Adjust example homepage frame layouts
"Chun Tian (binghe)" <[email protected]> Tue, 21 Jun 2011 11:19:46 +0800
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail-31--393295219
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
CL-HTTP example site's title frame height was increased to fix for most =
modern browsers.
P. S. Above was all of the cumulate updates from my self-maintained =
private CL-HTTP repository.
--Apple-Mail-31--393295219
Content-Disposition: attachment;
filename=cl-http-examples-layout.patch
Content-Type: application/octet-stream;
name="cl-http-examples-layout.patch"
Content-Transfer-Encoding: 7bit
Index: examples/examples.lisp
===================================================================
--- examples/examples.lisp (revision 9)
+++ examples/examples.lisp (revision 10)
@@ -148,7 +148,7 @@
(with-html-document (:declare-dtd-version-p :frameset :stream stream)
(with-document-preamble (:stream stream)
(declare-title "Common Lisp Hypermedia Server (CL-HTTP)" :stream stream))
- (with-document-frameset (:rows '((:pixel 45) :wild) :stream stream)
+ (with-document-frameset (:rows '((:pixel 90) :wild) :stream stream)
(note-document-frame :name "title-pane" :reference "/cl-http/frame-title.html"
:resizable-p t :scrolling nil :stream stream)
(with-document-frameset (:columns '((:percentage 20) :wild) :stream stream)
--Apple-Mail-31--393295219
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
WWW-CL mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/www-cl
--Apple-Mail-31--393295219--