Skip to content
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

Fetch from upstream #1

Merged
merged 42 commits into from
Nov 8, 2018
Merged

Fetch from upstream #1

merged 42 commits into from
Nov 8, 2018

Conversation

Serkan-devel
Copy link
Owner

No description provided.

I.e., without any header navbar or footer.
It was inline, which caused weird padding on the bottom.
Also added a test file verifying math coloring priorities.
Otherwise stuff like `div.m-graph:last-child` that resets it back to 0
gets a priority.
The m.math and m.dot plugins need to be updated as well, to put the
<svg> directly inside instead of wrapping it in a <div>. THat'll get
done in later commits.
Having multiple blocks is not very useful, as you don't get any of the
fancy typesetting features for that. Use latex arrays for that or
put the math into multiple consecutive directives.
Will get used in the Doxygen theme, where we don't need docutils or
Pelican.
Requiring a title won't make any sense for graph figures.
Ugh, this blew up again. Three days to get here.
And e-mail addresses. That's a very bad thing to do.
What was I doing there?!
Other parts of mosra.cz not yet, as I don't want to bother with broken
design due to the outdated theme right now.
What's done, roughly:

 * It's now possible to tuck the floating components out of the page
   flow similarly to .m-container-inflate. This required me to update
   the active section highlighting to handle this case correctly as well
   (and there's a lot more CSS for that now, ugh).
 * The .m-container-inflate has now padding after to make it better
   integrable into everything else.
 * OTOH, the all-around padding for .m-col-*-* elements is done only
   when they are direct children of .m-row. Otherwise, the padding is
   done only for .m-left-*, .m-right-*, .m-center-* and only on sides
   where it is needed.

Also added a few tests for functionality that was neglected before.
@Serkan-devel Serkan-devel merged commit b41bb8f into Serkan-devel:master Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants