Files
atom/static/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

16 lines
243 B
Plaintext

.image-view {
height:100%;
width: 100%;
margin: 0;
padding: 0;
img {
padding: 25px;
border: 2px solid;
background-image: url(images/transparent-background.gif);
position: absolute;
top: 50%;
left: 50%;
}
}