From: Wolfgang M. M. <wol...@us...> - 2004-08-15 20:56:12
|
Update of /cvsroot/exist/eXist-1.0/webapp/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23196/webapp/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/styles/default-style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** default-style.css 23 Jul 2004 14:24:24 -0000 1.2 --- default-style.css 15 Aug 2004 20:55:33 -0000 1.3 *************** *** 92,95 **** --- 92,103 ---- } + #version-info { + color: #666666; + text-align: right; + margin-top: 3px; + font-size: 8pt; + margin-bottom: 5px; + } + .toc { margin-top: 10px; *************** *** 399,400 **** --- 407,417 ---- margin-right: 15px; } + + #login { + padding: 10px; + display: block; + border: 1px solid #999; + background: #fafafa; + margin-left: 15px; + margin-right: 15px; + } |