Skip to content

Instantly share code, notes, and snippets.

@snemarch
Last active October 27, 2016 06:24
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 snemarch/25adb912b0c43c7481540645a69e836b to your computer and use it in GitHub Desktop.
Save snemarch/25adb912b0c43c7481540645a69e836b to your computer and use it in GitHub Desktop.
@-moz-document domain("www.version2.dk")
{
aside.w2 {
display: none !important;
}
.front-article-list .item-news, .debat-page .item-news, .community-page .item-news {
padding-left: 0 !important;
}
.front-article-list .item-news h2.node-title, .debat-page .item-news h2.node-title, .community-page .item-news h2.node-title {
font-size: 14px;
padding: 4px;
}
.front-article-list > section.container.has-gutter, .debat-page > section.container.has-gutter, .community-page > section.container.has-gutter {
height: 48px;
box-shadow: none;
margin: 0 0 4px;
}
.front-article-list .news-label, .front-article-box .news-label, .front-first-article .news-label {
position: inherit;
margin-left: 4px;
}
.front-article-list .item-news .comment-count-wrapper, .debat-page .item-news .comment-count-wrapper, .community-page .item-news .comment-count-wrapper {
right: 2px;
bottom: 2px;
}
.front-article-list .item-news span.datetime, .debat-page .item-news span.datetime, .community-page .item-news span.datetime {
right: 2px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment