Skip to content

Commit 36ae9c7

Browse files
committed
looking at board style
1 parent 916706d commit 36ae9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

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

26-
thead {border: none;}
26+
thead {border: 1px solid white;}
2727
td {
2828
padding: 5px 5px;
2929
text-align: left;
@@ -61,7 +61,7 @@
6161
<!-- <h1>Getting Started Guides</h1> -->
6262
<table id="data-table">
6363
<thead>
64-
<tr border=none>
64+
<tr style="border=none;">
6565
<th>GitHub Repo</th>
6666
<th style="width:25%">Documentation</th>
6767
<th>Description</th>

0 commit comments

Comments
 (0)