Selected changes from Mayhem commit d6030f7df005d27a1c5c789d8c8426ed15434e4f

WAS:
Set the catalog thumbnail via background image, save one element.
Also tiny fixes here and there.
This commit is contained in:
ccd0 2014-09-12 20:48:37 -07:00
parent a28d6223d4
commit 100d833939
2 changed files with 4 additions and 5 deletions

View File

@ -551,10 +551,9 @@ hr ~ div.center:not(.ad-cnt) {
cursor: help; cursor: help;
font-size: 10px; font-size: 10px;
font-weight: 700; font-weight: 700;
line-height: .8; margin-top: 2px;
margin-top: 1px;
} }
.catalog-thread .subject { .catalog-thread > .subject {
flex-shrink: 0; flex-shrink: 0;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
@ -562,7 +561,7 @@ hr ~ div.center:not(.ad-cnt) {
} }
.catalog-thread > .comment { .catalog-thread > .comment {
flex-shrink: 1; flex-shrink: 1;
max-width: 100%; align-self: stretch;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }

View File

@ -12,7 +12,7 @@ Menu =
name: 'Menu' name: 'Menu'
cb: @node cb: @node
CatalogThread.callbacks.push CatalogThread.callbacks.push
name: 'Image Hover' name: 'Menu'
cb: @catalogNode cb: @catalogNode
node: -> node: ->