mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
e9abf1e3b9
Initially places a vertical line in each editor at 80 characters.
8 lines
135 B
CSS
8 lines
135 B
CSS
.wrap-guide {
|
|
height: 100%;
|
|
width: 1px;
|
|
background: rgba(150, 150, 150, .33);
|
|
z-index: 100;
|
|
position: absolute;
|
|
top: 0px;
|
|
} |