Author: ricky Update of /cvs/fedora/web/static/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17811 Modified Files: relnotes.html style.css Log Message: Misc English/HTML fixes. Index: relnotes.html =================================================================== RCS file: /cvs/fedora/web/static/F-8/relnotes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- relnotes.html 6 Aug 2007 19:00:27 -0000 1.1 +++ relnotes.html 7 Aug 2007 03:05:43 -0000 1.2 @@ -42,7 +42,7 @@ <li><a href="http://docs.fedoraproject.org/">Docs</a> Fedora documentation.</li> <li><a href="http://fedoraproject.org/wiki/">Wiki</a> Collaborative knowledge.</li> <li><a href="http://planet.fedoraproject.org/">Planet</a> The voices of the Fedora community.</li> - <li><a href="http://fedoraproject.org/wiki/Communicate">Communicate</a> Speak with Fedora.</li> + <li><a href="http://fedoraproject.org/wiki/Communicate">Communicate</a> Speak with Fedora.</li> </ul> </div> </div> @@ -50,36 +50,27 @@ <h2>Fedora 8 Release Notes</h2> </p> <p> - Here are places you can find the Fedora 8 release notes. If - one location is unresponsive, try a different one. - </p> - <p> - <a href="http://docs.fedoraproject.org/release-notes/">http://docs.fedoraproject.org/release-notes/</a> + Here are places you can find the Fedora 8 release notes. If + one location is unresponsive, try a different one. </p> + <ul> + <li><a href="http://docs.fedoraproject.org/release-notes/">http://docs.fedoraproject.org/release-notes/</a></li> + <li><a href="release-notes/">http://fedoraproject.org/release-notes/</a></li> + </ul> <p> - <a href="release-notes/">http://fedoraproject.org/release-notes/</a> + Check any <a + href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">mirror</a> + using a path similar to + <em>http://URL/fedora/linux/releases/8/Fedora/i386/os/</em>. + The mirros only carry the Enhlish version, + <em>RELEASE-NOTES-en_US.html</em>. Note that each mirror may + have a slightly different path, but should be consistent below the + <em>8/</em> directory. For example: </p> - <p> - Check any <a - href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">mirror</a> - using a path similar to - <i>http://URL/fedora/linux/releases/8/Fedora/i386/os/</i>. - The only version the mirrors carry is the US English version, - <i>RELEASE-NOTES-en_US.html</i>. Notice that each mirror may - use a slightly different path, but once inside of the - <i>8/</i> directory, it should be the same from there. For - example: - </p> - <p> - <a - href="http://mirror.atrpms.net/fedora/linux/releases/8/Fedora/i386/os/RELEASE-NOTES-en_US.html">ATRPMs - mirror</a> - </p> - <p> - <a - href="http://fr2.rpmfind.net/linux/fedora/releases/8/Fedora/i386/os/RELEASE-NOTES-en_US.html">RPMFind.net - mirror</a> - </p> + <ul> + <li><a href="http://mirror.atrpms.net/fedora/linux/releases/8/Fedora/i386/os/RELEASE-NOTES-en_US.html">ATRPMs mirror</a></li> + <li><a href="http://fr2.rpmfind.net/linux/fedora/releases/8/Fedora/i386/os/RELEASE-NOTES-en_US.html">RPMFind.net mirror</a></li> + </ul> </div> </div> <div id="bottom"> Index: style.css =================================================================== RCS file: /cvs/fedora/web/static/F-8/style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- style.css 6 Aug 2007 19:00:27 -0000 1.1 +++ style.css 7 Aug 2007 03:05:43 -0000 1.2 @@ -187,6 +187,12 @@ margin: 1ex 5ex 1ex 0; } +#content ul +{ + list-style: square; + margin: 0 3ex; +} + #content img { margin: 2ex 0; @@ -220,7 +226,8 @@ .roles { - list-style: none; + margin: 0!important; + list-style: none!important; background: red; display: inline; }