Files
atom/static/image-view.less
2013-04-08 15:36:43 -07:00

15 lines
232 B
Plaintext

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