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

Fixed width for papyrological header cells #8

Open
jcowey opened this issue Feb 10, 2022 · 1 comment
Open

Fixed width for papyrological header cells #8

jcowey opened this issue Feb 10, 2022 · 1 comment
Assignees

Comments

@jcowey
Copy link
Owner

jcowey commented Feb 10, 2022

We are probably going to have to define fixed width for the cells of the papyrological header, so that the measurements are visually centred.

@jcowey jcowey self-assigned this Feb 10, 2022
@jcowey
Copy link
Owner Author

jcowey commented Feb 10, 2022

Below §19 in Micucci's article:

https://digi.ub.uni-heidelberg.de/editionService/viewer/text/p3test/micucci_sb22_15472#p19

Ptolemais Euergetis should be on one line (rla)

It is on one line in the XML see here:

https://gitlab.ub.uni-heidelberg.de/verlag/PapyrologicalPublicationPlatform/-/blob/master/epidoc/Pylon_1_Micucci/micucci_sb22_15472.xml#L79-89

<table type="papyrological_header">
   <row>
      <cell style="text-align: left;">BL Papyrus 1918 + </cell>
      <cell style="text-align: center;">11.5 (w) x 21.2 (h) cm</cell>
      <cell style="text-align: right;">Ptolemais Euergetis</cell>
   </row>
   <row>
      <cell style="text-align: left;">BL Papyrus 1976</cell>
      <cell style="text-align: center;">fr. 1: 35 (w) x 21.4 (h) cm; fr. 2: 0.6 (w) x 3.4 (h) cm</cell>
      <cell style="text-align: right;">30 November 134</cell>
   </row>
</table>

The long list of measurements for the different fragments is bothering the HTML display, because there is no fixed width on the cells.

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

No branches or pull requests

1 participant