Index: getbuilds.css =================================================================== --- getbuilds.css (revision 770) +++ getbuilds.css (working copy) @@ -7,23 +7,25 @@ Copyright 2013 ReactOS Project */ -a { - color: #006090; -} - -a:hover { - color: #000000; -} ul.web { - list-style-image: url(./images/web.png); + list-style-type: none !important; margin-top: 0; margin-bottom: 1em; } ul.web li { vertical-align: top; + margin-top: 5px; } +ul.web li:before{ + background: url("./images/web.png") no-repeat; + content: " "; + height: 16px; + width: 20px; + display:block; + float:left; +} #js_stuff { /* Will be shown by the JavaScript */ @@ -83,7 +85,7 @@ .datatable tr.odd td a, .datatable tr.even td a { - color: black; + color: #000000 !important; display: block; text-decoration: none; } @@ -110,4 +112,10 @@ padding: 10px; } - +#showrev tr{ + border: 1px dotted #808080; +} +#showrev td +{ + padding:10px; +} Index: getbuilds.js.php =================================================================== --- getbuilds.js.php (revision 770) +++ getbuilds.js.php (working copy) @@ -5,6 +5,7 @@ PURPOSE: Easily download prebuilt ReactOS Revisions COPYRIGHT: Copyright 2007-2009 Colin Finck */ +header("Content-Type: text/javascript"); ?> var data = new Array(); @@ -67,46 +68,9 @@ // Page number boxes html += ''; - if(CurrentPage == 1) - { - html += '« '; - html += '‹ '; - } - else - { - html += '">«<\/a> '; - html += '">‹ <\/a> '; - } - - html += '