Bug 1175902 - Move the shadow to #detail-screenshot. r=mossop

This commit is contained in:
Richard Marti 2015-06-27 22:05:17 +02:00
Родитель 6ed55b3c13
Коммит 1360012b1e
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -676,14 +676,13 @@
#detail-screenshot-box {
-moz-margin-end: 2em;
padding: 10px;
background-color: white;
box-shadow: 0 1px 2px #666;
}
#detail-screenshot {
max-width: 300px;
max-height: 300px;
background-color: white;
box-shadow: 0 1px 2px #666;
}
#detail-screenshot[loading] {