HTML style: make formatting of <span class="speech"> and <span class="thought"> less obnoxious
parent
3123a72d3e
commit
15488d3877
|
@ -88,10 +88,16 @@ span.speech {
|
||||||
span.speech::before {
|
span.speech::before {
|
||||||
color: black;
|
color: black;
|
||||||
content: "\25b8";
|
content: "\25b8";
|
||||||
|
font-size: 0.75em;
|
||||||
|
position: relative;
|
||||||
|
bottom: 0.15em;
|
||||||
}
|
}
|
||||||
span.speech::after {
|
span.speech::after {
|
||||||
color: black;
|
color: black;
|
||||||
content: "\25c2";
|
content: "\25c2";
|
||||||
|
font-size: 0.75em;
|
||||||
|
position: relative;
|
||||||
|
bottom: 0.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.thought {
|
span.thought {
|
||||||
|
@ -100,10 +106,16 @@ span.thought {
|
||||||
span.thought::before {
|
span.thought::before {
|
||||||
color: black;
|
color: black;
|
||||||
content: "\25b9";
|
content: "\25b9";
|
||||||
|
font-size: 0.75em;
|
||||||
|
position: relative;
|
||||||
|
bottom: 0.15em;
|
||||||
}
|
}
|
||||||
span.thought::after {
|
span.thought::after {
|
||||||
color: black;
|
color: black;
|
||||||
content: "\25c3";
|
content: "\25c3";
|
||||||
|
font-size: 0.75em;
|
||||||
|
position: relative;
|
||||||
|
bottom: 0.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
|
|
Loading…
Reference in New Issue