Merge pull request #304 from torhve/readmarker

Use shades of gray instead of green readmarker. Fixes #212
This commit is contained in:
David Cormier 2014-05-16 10:27:50 -04:00
commit d291c8bf0d

View file

@ -73,9 +73,12 @@ td.message {
width: 100%;
padding: 1px 1px 1px 5px;
}
hr {
margin: 0;
border-color: darkgreen;
#readmarker {
margin-top: 5px;
margin-bottom: 5px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid #121212;
height: 2px;
}
.text {
white-space: pre-wrap;