app/assets/stylesheets/trestle/components/_timestamp.scss in trestle-0.8.9 vs app/assets/stylesheets/trestle/components/_timestamp.scss in trestle-0.8.10
- old
+ new
@@ -3,11 +3,14 @@
white-space: nowrap;
small {
display: block;
color: #666;
+ }
- .inline & {
+ &.timestamp-inline,
+ &.inline, {
+ small {
display: inline;
}
}
}