mirror of
https://github.com/atom/atom.git
synced 2026-02-05 04:05:05 -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;
|
|
}
|