diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-24 18:20:57 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-24 18:20:57 +0530 |
| commit | 0a6736b6874430ff3b7ba5802b33579385318fb6 (patch) | |
| tree | 7b72fe32ce09d68ed564bd0557947b2762dd8371 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 6f4b35d24b2e4cbceaa6dffa46a909c3e92db0b5 (diff) | |
| parent | 71ba25ed627be46d02878e58bd791bf817d552ad (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index ccdf41233..20e13a599 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -287,6 +287,15 @@ footnote::after { font-family: inherit; } + blockquote { + padding: 10px 10px; + font-size: smaller; + margin: 0; + font-style: italic; + background: lightgray; + border-left: solid 2px dimgray; + } + ol, ul { counter-reset: deci1 0 multi1 0; padding-left: 1em; |
