From: Wolfgang M. M. <wol...@us...> - 2004-08-15 20:56:15
|
Update of /cvsroot/exist/eXist-1.0/webapp/xquery/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23196/webapp/xquery/styles Modified Files: default-style.css Log Message: Adopted examples to new web site layout. Index: default-style.css =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/xquery/styles/default-style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default-style.css 22 Jul 2004 19:00:48 -0000 1.1 --- default-style.css 15 Aug 2004 20:55:34 -0000 1.2 *************** *** 92,95 **** --- 92,103 ---- } + #version-info { + color: #666666; + text-align: right; + margin-top: 3px; + font-size: 8pt; + margin-bottom: 5px; + } + .toc { margin-top: 10px; *************** *** 327,331 **** font-family: Courier, monospace; text-align: left; ! background: #AABBCC; } --- 335,339 ---- font-family: Courier, monospace; text-align: left; ! background: #ddd; } *************** *** 399,400 **** --- 407,417 ---- margin-right: 15px; } + + #login { + padding: 10px; + display: block; + border: 1px solid #999; + background: #fafafa; + margin-left: 15px; + margin-right: 15px; + } |