Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
67 | 67 | background: url(../images/align-right.png) no-repeat center left; |
68 | 68 | } |
69 | 69 | |
| 70 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
| 71 | .image-align-none-label { |
| 72 | background-image: url(../images/align-none-2x.png); |
| 73 | background-size: 21px 15px; |
| 74 | } |
| 75 | |
| 76 | .image-align-left-label { |
| 77 | background-image: url(../images/align-left-2x.png); |
| 78 | background-size: 22px 15px; |
| 79 | } |
| 80 | |
| 81 | .image-align-center-label { |
| 82 | background-image: url(../images/align-center-2x.png); |
| 83 | background-size: 21px 15px; |
| 84 | } |
| 85 | |
| 86 | .image-align-right-label { |
| 87 | background-image: url(../images/align-right-2x.png); |
| 88 | background-size: 22px 15px; |
| 89 | } |
| 90 | } |
| 91 | |
70 | 92 | tr.image-size td { |
71 | 93 | width: 460px; |
72 | 94 | } |