mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
An image session will be opened by project.buildEditSession() for known image extensions. Closes #203
16 lines
243 B
Plaintext
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%;
|
|
}
|
|
}
|