Skip to content

Instantly share code, notes, and snippets.

@pafnuty
Created May 20, 2017 14:27
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 pafnuty/cb63763a0717fa224d2776bb62fca714 to your computer and use it in GitHub Desktop.
Save pafnuty/cb63763a0717fa224d2776bb62fca714 to your computer and use it in GitHub Desktop.
Убираем рекламу между строк на vds.menu
.col-xs-12 div[style="position:relative; display:block;"] + .panel-info {
opacity: 0;
}
.panel > .table > tbody:first-child > tr:first-child td {
border-top: solid 1px #ddd;
}
.table-striped-active {
background: inherit;
}
.table-striped-active.info,
tr.info,
table + .adv-hidden-xs,
table + .adv-hidden-xs + .adv-hidden-sm {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment