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

Citation Alignment #39

Open
JaimieMurdock opened this issue Apr 18, 2013 · 0 comments
Open

Citation Alignment #39

JaimieMurdock opened this issue Apr 18, 2013 · 0 comments

Comments

@JaimieMurdock
Copy link
Member

The left alignment for the citation table is weird on very wide displays (1920x1080 fullscreen, Chrome, Debian, see image).

image

A brief investigation of the CSS and DOM did not produce a quick fix, but I did notice the table code could be dramatically simplified to reduce load time:

  • all "rowafter" rows can be reimplemented by using CSS declaration for padding-bottom, margin-bottom, and border-bottom.
  • nested table within each row may be responsible for alignment issues. Moving to single grid could help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant