Skip to content

Commit fdfd8a1

Browse files
tchoi-rsclaude
andauthored
Merge the simplicity theme CSS (#914)
## Description ## Merge the simplicity theme CSS so that they are cache-busted as a single entity. Note: Fonts and images will now need to be manually cache-busted but as the amount of code is supposed to dwindle here I don't expect this to happen at all. --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent d4e056a commit fdfd8a1

9 files changed

Lines changed: 2365 additions & 1710 deletions

File tree

src/main/webapp/scripts/externalTinymcePlugins/handsontable/dialog.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@
2020
<script src="/scripts/handsontable-ruleJS/lib/ruleJS/ruleJS.js"></script>
2121
<script src="/scripts/handsontable-ruleJS/handsontable.formula.js"></script>
2222

23-
<link rel="stylesheet" href='/styles/simplicity/typo.css' />
23+
<!-- base typography, own copy of the rules this dialog needs from styles/simplicity/typo.css (RSDEV-1227) -->
24+
<style>
25+
body {
26+
text-align: left;
27+
font-family: arial, sans-serif;
28+
font-size: 76%;
29+
color: #444;
30+
}
31+
a, a:link, a:active {
32+
text-decoration: none;
33+
}
34+
</style>
2435
<link rel="stylesheet" href="/scripts/handsontableCE/handsontable.full.css">
2536
<link rel="stylesheet" href="/scripts/handsontable-ruleJS/handsontable.formula.css">
2637

src/main/webapp/scripts/externalTinymcePlugins/mathjax/dialog.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
33
<head>
44
<title>MathJax demo</title>
55

6-
<link rel="stylesheet" href='/styles/simplicity/typo.css' />
6+
<!-- base typography, own copy of the rules this dialog needs from styles/simplicity/typo.css (RSDEV-1227) -->
7+
<style>
8+
body {
9+
text-align: left;
10+
font-family: arial, sans-serif;
11+
font-size: 76%;
12+
color: #444;
13+
}
14+
a, a:link, a:active {
15+
text-decoration: none;
16+
}
17+
</style>
718
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js">
819
MathJax.Hub.Config({
920
extensions: ['tex2jax.js',"TeX/AMSmath.js","TeX/AMSsymbols.js","TeX/mhchem.js"],

src/main/webapp/styles/displaytag.css

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)