diff --git a/stylesheets/style.css b/stylesheets/style.css index 162dafa0..05ae81c1 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -527,14 +527,15 @@ pre { vertical-align: top; text-align:center; font-weight:normal; - width:205px; + margin:2px; + padding: 2px; + height:300px; + width:205px; overflow:hidden; position: relative; font-size:11px; - padding:5px; - max-height:300px; - background: rgba(182, 182, 182, 0.12); - border: 2px solid rgba(111, 111, 111, 0.34); + background: rgba(182, 182, 182, 0.12); + border: 2px solid rgba(111, 111, 111, 0.34); } .theme-catalog div.thread strong { display: block; @@ -544,6 +545,11 @@ pre { margin-left: -20px; } ++div.threads:hover { + background: #D6DAF0; + border-color: #B7C5D9; +} + .theme-catalog div.grid-size-vsmall img { max-width: 100%; max-height: 100px;