mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
07df513140
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
15 lines
482 B
Plaintext
Executable File
15 lines
482 B
Plaintext
Executable File
<div title="StyleSheetLocale">
|
|
<pre>/***
|
|
StyleSheet for use when a translation requires any css style changes.
|
|
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
|
|
***/
|
|
/*{{{*/
|
|
body {font-size:0.8em;}
|
|
#sidebarOptions {font-size:1.05em;}
|
|
#sidebarOptions a {font-style:normal;}
|
|
#sidebarOptions .sliderPanel {font-size:0.95em;}
|
|
.subtitle {font-size:0.8em;}
|
|
.viewer table.listView {font-size:0.95em;}
|
|
/*}}}*/</pre>
|
|
</div>
|