Added refresh button to host bioscan page

Also tweaked all pAI GUI so the background doesn't repeat-y
This commit is contained in:
Brian Cook
2014-04-28 13:26:52 -07:00
parent 381a61d6be
commit 67da07445b
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
return
user.set_machine(src)
var/dat = {"
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html>
<head>
<style>
@@ -35,7 +36,7 @@
color:white;
font-size:13px;
background-image:url('uiBackground.png');
background-repeat:x-repeat;
background-repeat:repeat-x;
background-color:#272727;
background-position:center top;
}