mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
25 lines
446 B
Plaintext
25 lines
446 B
Plaintext
created: 20141005182628123
|
|
modified: 20141115214429648
|
|
tags: $:/tags/Stylesheet
|
|
title: $:/editions/fr-FR/CSS stylesheets/latex
|
|
type: text/css
|
|
|
|
/* adapted from http://edward.oconnor.cx/2007/08/tex-poshlet */
|
|
|
|
.latex {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.latex sub {
|
|
font-size: 1em;
|
|
margin-left: -0.1667em;
|
|
margin-right: -0.125em;
|
|
}
|
|
|
|
.latex sup {
|
|
vertical-align: -0.4ex;
|
|
font-size: 0.85em;
|
|
margin-left: -0.36em;
|
|
margin-right: -0.15em;
|
|
}
|