Skip to content

Commit 6a60981

Browse files
committed
added header back into layout
1 parent 36ae9c7 commit 6a60981

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,20 @@
2323
border: 0px;
2424
}
2525

26-
thead {border: 1px solid white;}
2726
td {
28-
padding: 5px 5px;
27+
padding: 10px 15px;
2928
text-align: left;
3029
border: 0px;
31-
font-size: 16px;
30+
font-size: 18px;
3231
}
3332
th {
34-
padding: 10px 10px;
33+
padding: 10px 15px;
3534
text-align: left;
36-
border: none;
35+
border: 0px;
3736
font-size: 20px;
3837
font-weight: bold;
3938
}
40-
tr {
41-
border: solid;
42-
border-color: #e5e5e5;
43-
border-width: 1px 0;
44-
}
39+
4540
a, a:visited, a:active {
4641
color: #E0311D;
4742
text-decoration: none;
@@ -58,10 +53,11 @@
5853
<body>
5954
<img src="resource/studio-red-box-wall.jpg" width="100%">
6055

61-
<!-- <h1>Getting Started Guides</h1> -->
56+
<h1>SparkFun's Latest Product Documentation</h1>
57+
6258
<table id="data-table">
6359
<thead>
64-
<tr style="border=none;">
60+
<tr>
6561
<th>GitHub Repo</th>
6662
<th style="width:25%">Documentation</th>
6763
<th>Description</th>

0 commit comments

Comments
 (0)