Organization Update

Main
Glenwing 7 years ago
parent 1e1ae84d1a
commit f8007e04e7

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<meta name="viewport" content="width=device-width">
<style> <style>
body { body {
font-family:Consolas; font-family:Consolas;
@ -24,6 +24,10 @@
padding:4px; padding:4px;
text-align:center; text-align:center;
} }
input[type="text"] {
border:1px solid #CCCCCC;
background-color:#F4F4F8;
}
table { table {
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
@ -36,7 +40,7 @@
} }
td.label { td.label {
font-weight:bold; font-weight:bold;
min-width:180px; min-width:192px;
text-align:right; text-align:right;
} }
td.result { td.result {
@ -67,7 +71,7 @@
</head> </head>
<body> <body style="min-width:512px;">
<div class="main"> <div class="main">
<!-- MAIN START --> <!-- MAIN START -->
@ -169,4 +173,4 @@
</footer> </footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="Display Info Utility JS.js"></script> <script src="diuJS.js"></script>

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Color Flickerer</title> <title>Color Flickerer</title>
<script src="../jquery-3.2.0.min.js"></script> <script src="jquery-3.2.0.min.js"></script>
</head> </head>
<body> <body>
<style> <style>
@ -100,6 +100,6 @@
</table> </table>
<script src="js/main.js"></script> <script src="flickerJS.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save