Skip to content

Commit e6d01c8

Browse files
committed
looking at board style
1 parent fb07c93 commit e6d01c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
border: 0px;
2424
}
2525

26+
thead {border: none;}
2627
td {
2728
padding: 5px 5px;
2829
text-align: left;
@@ -60,7 +61,7 @@
6061
<!-- <h1>Getting Started Guides</h1> -->
6162
<table id="data-table">
6263
<thead>
63-
<tr>
64+
<tr border=none>
6465
<th>GitHub Repo</th>
6566
<th style="width:25%">Documentation</th>
6667
<th>Description</th>

0 commit comments

Comments
 (0)