aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-08-26 21:36:29 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-08-26 21:36:29 -0400
commit32c0388d9334ce1f0be04962e00ba3d389c50303 (patch)
tree03a86371b305bb8c35ddabb4e10258093295bba7 /src/client/views/nodes/FormattedTextBox.scss
parent237b5f67733b25686b825573298818f3ea443876 (diff)
testing things
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
-rw-r--r--src/client/views/nodes/FormattedTextBox.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss
index 1b537cc52..9d5dc76d3 100644
--- a/src/client/views/nodes/FormattedTextBox.scss
+++ b/src/client/views/nodes/FormattedTextBox.scss
@@ -65,4 +65,13 @@
.em {
font-style: italic;
+}
+
+ol { counter-reset: item }
+.XXX:before {
+ content: counters(item, ".") " ";
+ counter-increment: item ;
+}
+p {
+ display:inline;
} \ No newline at end of file