mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
An image session will be opened by project.buildEditSession() for known image extensions. Closes #203
8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
.image-view {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.image-view img {
|
|
border-color: #ccc;
|
|
}
|