[Pyxine-checkins] htdocs index.html,1.2,1.3 pyxine.css,1.2,1.3
Status: Pre-Alpha
Brought to you by:
dairiki
|
From: <da...@us...> - 2003-02-08 19:12:05
|
Update of /cvsroot/pyxine/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv30846 Modified Files: index.html pyxine.css Log Message: Bug fixes. Cleanup of CSS-less formatting. Index: index.html =================================================================== RCS file: /cvsroot/pyxine/htdocs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.html 8 Feb 2003 05:57:45 -0000 1.2 +++ index.html 8 Feb 2003 19:12:01 -0000 1.3 @@ -7,6 +7,7 @@ <a href="http://xinehq.de/">xine</a>.</p> <p>Using Pyxine it is possible to write simple (or complex) movie players in the Python programming language.</p> +<hr class="hide" /> <h2>News</h2> <div class="newsitem"> <h3>7 Februrary, 2003</h3> Index: pyxine.css =================================================================== RCS file: /cvsroot/pyxine/htdocs/pyxine.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pyxine.css 8 Feb 2003 03:57:51 -0000 1.2 +++ pyxine.css 8 Feb 2003 19:12:01 -0000 1.3 @@ -12,6 +12,9 @@ font-weight: bold; text-decoration: none; } +.hide { + display: none; +} #body { position: relative; @@ -35,12 +38,6 @@ margin: 0.25ex 0; padding: 0; } -#index .hide { - display: block; - visibility: hidden; - height: 0; - margin: 0; -} #index a { display: block; width: 7.75em; @@ -49,7 +46,7 @@ margin: 0.25ex 0; padding: 0 0 0 0.25em; } -#index a#selected { +#index a.selected { color: #5d3376; background: #fff; } |