Remove "Help/Project" profile from Special:Search
[lhc/web/wiklou.git] / skins / vector / components / thumbnails.less
1 // FIXME: Due to commonContent.css we have to use html tag to make sure these are more specific
2 html .thumb {
3 &.tright {
4 padding: 1px 0 0 15px;
5 }
6
7 &.tleft {
8 padding: 1px 15px 0 0;
9 }
10
11 // these resets should be unnecessary
12 div.thumbinner {
13 border: none;
14 background: none;
15 font-size: 100%;
16 }
17
18 .thumbcaption {
19 line-height: @content-line-height;
20 font-size: .85em;
21 padding: 3px 0 0 0;
22 color: #333;
23 }
24
25 .magnify {
26 display: none;
27 }
28
29 .thumbimage {
30 border: none;
31 }
32 }