From: <ce...@us...> - 2004-01-08 12:10:32
|
Update of /cvsroot/csseditor/htdocs/style In directory sc8-pr-cvs1:/tmp/cvs-serv13240/style Modified Files: layout.css Log Message: More minor style changes, added tool bar with quick links Index: layout.css =================================================================== RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** layout.css 7 Jan 2004 21:03:24 -0000 1.3 --- layout.css 8 Jan 2004 12:10:29 -0000 1.4 *************** *** 77,81 **** } #content h1 { ! margin: 2em 0 0; text-transform: lowercase; vertical-align: bottom; --- 77,81 ---- } #content h1 { ! margin: 1em 0 0; text-transform: lowercase; vertical-align: bottom; *************** *** 84,87 **** --- 84,95 ---- color: black; } + #toolbar-top { + margin: 0 0 4em; + font-size: xx-small; + text-transform: lowercase; + } + #toolbar-top a { + color: #8080FF; + } #content h2 { background: #0080c0; *************** *** 134,136 **** --- 142,147 ---- float: right; padding: 0 3px; + } + #news .rsslink:hover { + text-decoration: none; } |