| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | .photonic-gallery { text-align: center; } |
| 2 | 2 | .photonic-gallery .photonic-placeholder-icon { |
| 3 | 3 | width: 120px; |
| 4 | 4 | height: 120px; |
| 5 | - background-image: url('../../images/Admin.svg'); | |
| 5 | + background-image: url('../../images/Admin.svg?ver=3.20'); | |
| 6 | 6 | background-size: 100%; |
| 7 | 7 | display: block; |
| 8 | 8 | text-decoration: none; |
| 9 | 9 | outline: none; |
| @@ -18,5 +18,6 @@ | ||
| 18 | 18 | .photonic-placeholder-icon.photonic-picasa { background-position: 0 -720px; } |
| 19 | 19 | .photonic-placeholder-icon.photonic-zenfolio { background-position: 0 -480px; } |
| 20 | 20 | .photonic-placeholder-icon.photonic-instagram { background-position: 0 -240px; } |
| 21 | 21 | .photonic-placeholder-icon.photonic-wp { background-position: 0 -600px; } |
| 22 | +.photonic-placeholder-icon.photonic-deviantart { background-position: 0 -3120px; } | |
| 22 | 23 | |