-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some minor css issues #81
Labels
Comments
Most of these are fixed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start here ...
Some very old CSS changes
code block
s[...]
and[...]+
buttons #132 (duplicate Anki cloze field[...]
button screws up Pandoc's code #131) (write it manually, don't use the button)★ Key point
stands out more? #129Other things:
code block
smaller--font-size
when viewed in AnkiMobile? (There's a lot of scrolling involved)img
inside code block?New functionality?
Back to the start ... priority changes
rem
sizing and cascade (Codepen)code
is large!1<code>
such as thisSome not-so-essential changes
<i>
and<b>
but there's also<mark>
Some
rem
testsMore examples of
--font-size
issues:Footnotes
The
code
is currently doing some (slightly odd) font reduction as Verdana was too big at the root font-size. ↩There is the question whether
:root
is the correct element to set the base font-size, perhapshtml
element is more appropriate, but fuck it, it seems to work fine. According to thisroot
is practically the same ashtml
↩The text was updated successfully, but these errors were encountered: