Comment out HTML made unneeded by disabling of 'changed' date info

This commit is contained in:
benjamin melançon 2019-09-30 20:02:26 -04:00
parent 2c90d035d8
commit b193e83469

View file

@ -68,6 +68,7 @@
padding: 0.2em; padding: 0.2em;
border-radius: 0.3em; border-radius: 0.3em;
} }
/* We're not displaying this at all anymore
&.views-field-changed { &.views-field-changed {
font-size: 0.8em; font-size: 0.8em;
color: $green-gray; color: $green-gray;
@ -75,6 +76,7 @@
margin-bottom: 0.4rem; margin-bottom: 0.4rem;
text-align: right; text-align: right;
} }
*/
} }
.page-title .title > span { .page-title .title > span {