Improve commenting of styles
This commit is contained in:
parent
cc9a4bb4cb
commit
69f70682ca
1 changed files with 3 additions and 2 deletions
|
@ -4,12 +4,13 @@
|
|||
background-color: cadetblue;
|
||||
}
|
||||
|
||||
/* Front page view titles and more links get un-SMACSS targeting, sorry. */
|
||||
|
||||
/** This isn't color but it's what the color gets painted on so we'll let it stay. */
|
||||
.views-element-container.block--content > h2.subtitle {
|
||||
padding: 0.2em 0.2em 0 0.2em;
|
||||
}
|
||||
|
||||
/* Front page view titles (the h2) and more links (the button) get rather
|
||||
un-SMACSS targeting, sorry. */
|
||||
.page--content-item--article .background-replacement-for-no-image,
|
||||
.block-views-blockhome-page-views-block-articles > h2.subtitle,
|
||||
.block-views-blockhome-page-views-block-articles .button,
|
||||
|
|
Loading…
Add table
Reference in a new issue