Fix/implement .story

This commit is contained in:
andreimarcu 2015-10-15 12:24:23 -04:00
parent 9847beeff5
commit c77f8285d4
6 changed files with 22 additions and 21 deletions

View file

@ -1,13 +0,0 @@
.hljs {
display: block;
background: #f0e0d6;
color: #800000;
padding: 0.5em;
font-family: arial,helvetica,sans-serif;
font-size: 13px;
}
.hljs-comment {
color: #789922;
}

View file

@ -275,6 +275,14 @@ body {
overflow: auto;
}
.storygreen {
color: #789922;
}
.storyred {
color: #800000;
}
/* Content display {{{ */
.display-audio,
.display-file {
@ -300,7 +308,7 @@ body {
}
.storycontent {
background-color: #f0e0d6;
background-color: #f0e0d6 !important;
}
#editform,