IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
327 | 327 | table.not-image tr.image-only { |
328 | 328 | display: none; |
329 | 329 | } |
| 330 | |
| 331 | /** |
| 332 | * HiDPI Media Queries |
| 333 | */ |
| 334 | @media |
| 335 | only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 336 | only screen and (min-device-pixel-ratio: 1.5) { |
| 337 | |
| 338 | .image-align-none-label { |
| 339 | background-image: url(../images/align-none-2x.png); |
| 340 | background-size: 21px auto; |
| 341 | } |
| 342 | |
| 343 | .image-align-left-label { |
| 344 | background-image: url(../images/align-left-2x.png); |
| 345 | background-size: 21px auto; |
| 346 | } |
| 347 | |
| 348 | .image-align-center-label { |
| 349 | background-image: url(../images/align-center-2x.png); |
| 350 | background-size: 21px auto; |
| 351 | } |
| 352 | |
| 353 | .image-align-right-label { |
| 354 | background-image: url(../images/align-right-2x.png); |
| 355 | background-size: 21px auto; |
| 356 | } |
| 357 | |
| 358 | } |
| 359 | No newline at end of file |