Skip to content

Instantly share code, notes, and snippets.

@dziudek
Last active December 27, 2015 14:59
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 dziudek/7344172 to your computer and use it in GitHub Desktop.
Save dziudek/7344172 to your computer and use it in GitHub Desktop.
GK News Show Pro .news-list style for the Twenty Twelve theme
/*
GK NSP .news-list styl for Twenty Twelve theme
*/
.news-list .gk-nsp-art > span {
background: #333;
color: #fff;
float: left;
font-size: 14px;
margin: 0 18px 0 0;
padding: 10px;
text-align: center;
width: 32px;
}
.news-list .gk-nsp-art > span:first-line {
font-size: 20px;
}
.news-list .gk-nsp-art h3 {
clear: none;
float: left;
font-size: 24px;
margin: 0;
width: calc(100% - 70px);
}
.news-list .gk-nsp-art h3 a {
text-decoration: none;
}
.news-list .gk-nsp-art p {
float: right;
margin: 10px 0 0 0;
width: calc(100% - 70px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment