Merge pull request #42 from featheredtoast/remove-th-border-top

Clean up th border top
This commit is contained in:
Jeff Atwood 2018-06-01 16:49:21 -07:00 committed by GitHub
commit 1d00bacd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -70,6 +70,9 @@ table#repos {
width: 3%;
padding-left: 8px;
}
th {
border-top: none;
}
td, th {
padding: 8px 15px 8px 0px;
@ -158,4 +161,4 @@ th {
ul.nav-tabs {
width: 100%;
margin-bottom: 15px;
}
}