Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit f84d3d2

Browse files
committed
table style
1 parent f8c9700 commit f84d3d2

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
<link rel="stylesheet" type="text/css" href="style.css">
88
</head>
99
<body>
10-
<p><b>Security Audit for <a href="https://encrypt.to/">Encrypt.to</a></b></p>
11-
<div style="background-color:yellow;width:200px;" id="running">Test running <img src="indicator.gif"></div>
10+
<h1>Security Audit for <a href="https://encrypt.to/">Encrypt.to</a></h1>
11+
<div id="running">Test running <img src="indicator.gif"></div>
12+
<br />
1213
<table id="resultTable" border="0" cellspacing="3" cellpadding="3">
1314
<tbody>
1415
<tr><th>Github</th><th>equals?</th><th>Encrypt.to</th><th>Size</th></tr>
1516
</tbody>
1617
</table>
18+
<br />
1719
<p id="commit"></p>
1820
<br />
1921
<div id="deployed">

style.css

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,26 @@ body {
1111

1212
table {
1313
font-family: verdana,arial,sans-serif;
14-
font-size:11px;
14+
font-size:12px;
1515
color:#333333;
1616
border-width: 1px;
17-
border-color: #666666;
17+
border-color: #dedede;
1818
border-collapse: collapse;
1919
}
20+
2021
table th {
2122
border-width: 1px;
2223
padding: 8px;
2324
border-style: solid;
24-
border-color: #666666;
25+
border-color: #dedede;
2526
background-color: #dedede;
2627
}
28+
2729
table td {
2830
border-width: 1px;
2931
padding: 8px;
3032
border-style: solid;
31-
border-color: #666666;
33+
border-color: #dedede;
3234
background-color: #ffffff;
3335
}
3436

0 commit comments

Comments
 (0)