Skip to content

Instantly share code, notes, and snippets.

@krusynth
Created June 8, 2012 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krusynth/2892850 to your computer and use it in GitHub Desktop.
Save krusynth/2892850 to your computer and use it in GitHub Desktop.
Chrome Stylish theme to fix Comcast's awful tv listings
#nav .nav_main {
margin-top: 0px;
width: auto;
}
#nav .nav_main li {
font-size: inherit;
}
#nav .nav_main li a {
height: auto;
padding-top: 4px;
padding-bottom: 4px;
line-height: inherit;
}
#core.has_subnav .subnav-back {
height: 20px;
}
#nav .nav_sub {
padding-top: 0;
position: inherit;
}
#core.has_subnav .subnav-back {
height: auto;
}
.change-location {
float: left;
padding: 0;
border: none;
border-radius: 0;
background: none;
}
.channel {
height: 1.5em;
margin-bottom: 0;
}
.listing-entity, .channel.search .listing.search .listing-entity {
line-height: inherit;
}
.listing-entity h5 {
font-size: 12px !important;
font-weight: normal;
}
.listing .listing-genre {
height: 17px;
opacity: .2;
}
.channel-actions .channel-button {
height: 16px;
overflow: hidden;
}
.channel-button .logos {
top: 0px;
}
.chNumber {
background: #fff;
}
.channel:nth-child(odd) .listing,
.channel:nth-child(odd) .channel-button {
background-color: #ddd ;
}
.listing-entity, .channel.search .listing.search .listing-entity {
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment