github: Fix .orghead border-bottom

Sort of.  There's one extra pixel that is probably not worth tracking down.
pull/4/head
Adam Porter 8 years ago
parent 1d09bb6d80
commit 1d3044cbd7

@ -500,6 +500,7 @@ a.label {
.orghead {
background-color: #073642 !important;
border-color: #657b83 !important;
border-bottom: 0px !important;
color: #93a1a1 !important;
}
.org-name {

@ -500,6 +500,7 @@ a.label {
.orghead {
background-color: #eee8d5 !important;
border-color: #839496 !important;
border-bottom: 0px !important;
color: #586e75 !important;
}
.org-name {

@ -493,6 +493,7 @@ a.label {
.orghead {
background-color: #073642 !important;
border-color: #657b83 !important;
border-bottom: 0px !important;
color: #93a1a1 !important;
}
.org-name {

@ -493,6 +493,7 @@ a.label {
.orghead {
background-color: #eee8d5 !important;
border-color: #839496 !important;
border-bottom: 0px !important;
color: #586e75 !important;
}
.org-name {

@ -488,6 +488,7 @@ a.label
.orghead
background-color highlight
border-color()
border-bottom 0px i
color emphasized
.org-name

Loading…
Cancel
Save