Update from master.

This commit is contained in:
Tiago Noronha 2017-08-30 11:39:22 +01:00
commit c45e5f8743
24 changed files with 26 additions and 26 deletions

View File

@ -16,8 +16,8 @@
-->
<arg value="psvn"/>
<!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint. -->
<arg name="extensions" value="php"/>
<!-- Only check the PHP, CSS and SCSS files. JS files are checked separately with JSCS and JSHint. -->
<arg name="extensions" value="php,css,scss/css"/>
<!-- Check all files in this directory and the directories below it. -->
<file>.</file>

View File

@ -6,7 +6,7 @@
margin: 0 0 1.5em;
}
.updated:not(.published){
.updated:not(.published) {
display: none;
}