Fixing numeral.
This commit is contained in:
parent
0b00adb148
commit
363e7b3766
7
emacs/dist/tufte.css
vendored
7
emacs/dist/tufte.css
vendored
|
@ -414,9 +414,8 @@ img {
|
|||
left: 0.1rem;
|
||||
}
|
||||
|
||||
.sidenote:before {
|
||||
content: counter(sidenote-counter) " ";
|
||||
font-size: 1rem;
|
||||
.sidenote > numeral {
|
||||
font-size: 1.2rem;
|
||||
top: -0.5rem;
|
||||
}
|
||||
|
||||
|
@ -444,7 +443,7 @@ div.table-wrapper {
|
|||
|
||||
code,
|
||||
pre > code {
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-family: Hasklig, Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-size: 1rem;
|
||||
line-height: 1.42;
|
||||
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. See https://github.com/edwardtufte/tufte-css/issues/81#issuecomment-261953409 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user