Merge pull request #42 from featheredtoast/remove-th-border-top
Clean up th border top
This commit is contained in:
commit
1d00bacd3a
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
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue