Skip to content

Instantly share code, notes, and snippets.

@malcolmocean
Created December 5, 2015 21:17
Show Gist options
  • Save malcolmocean/7d0c2d44a153fab10529 to your computer and use it in GitHub Desktop.
Save malcolmocean/7d0c2d44a153fab10529 to your computer and use it in GitHub Desktop.
just six random words
@-moz-document domain("randomlists.com") {
.head_wrap,
footer,
#ness,
#meta,
h1
{display: none}
#result {
list-style: none;
text-align: center;
}
#result li {
float: none;
max-width: 100%;
}
#result li:nth-child(n+7) * {
display: none;
}
.wrap {max-width: 100%; height: 100%}
#left {width: 100%; height: 100%; text-align: center}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment