Files
atom/themes/atom-light-ui/image-view.less
Kevin Sawicki 6ce3f87448 Add initial image viewer
An image session will be opened by project.buildEditSession()
for known image extensions.

Closes #203
2013-04-08 15:36:35 -07:00

8 lines
85 B
Plaintext

.image-view {
background-color: #fff;
}
.image-view img {
border-color: #ccc;
}