[Apcompiler-devel] html Makefile,NONE,1.1 basic.css,1.1,1.2
Status: Beta
Brought to you by:
mcguiretm
From: Tommy M. <mcg...@us...> - 2005-06-01 03:53:10
|
Update of /cvsroot/apcompiler/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29344 Modified Files: basic.css Added Files: Makefile Log Message: Install project home page --- NEW FILE: Makefile --- PROJ = apcompiler FILES = apdns-watcher.1.html aserv.1.html basic.css index.html mcover.png DEST = mcg...@sh...:projects/$(PROJ)/htdocs install : scp $(FILES) $(DEST) Index: basic.css =================================================================== RCS file: /cvsroot/apcompiler/html/basic.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** basic.css 20 May 2005 22:11:14 -0000 1.1 --- basic.css 1 Jun 2005 03:53:02 -0000 1.2 *************** *** 13,22 **** p table { text-indent: 0em } p.page_toc { text-align: center; font-size: small } ! blockquote { color: #666666 } p.desc { font-size: small } .caption { font-size: .7em; background: #BBBBFF } img.imgright { float: right } img.invisible { border: 0; margin: 0; padding: 0 } - img.illustration { float:right; margin: 1em; padding: 5px; border: thin black solid } div.contents { } --- 13,33 ---- p table { text-indent: 0em } p.page_toc { text-align: center; font-size: small } ! blockquote { color: #888888 } p.desc { font-size: small } .caption { font-size: .7em; background: #BBBBFF } img.imgright { float: right } img.invisible { border: 0; margin: 0; padding: 0 } div.contents { } + div.logos { text-align: center } + div.navbar { + position: absolute; + width: 15%; + right: 0; + top: 0; + padding: 1em; + background: #efefef; + font-size: 80%; + border: thin solid black; + margin: 1% + } |