6,525
edits
No edit summary |
(adding portuguese to the multilanguage side-by-side TLP and updating for SimpleMathJax) |
||
Line 846: | Line 846: | ||
/* ============================== side-by-side Tractatus =============================== */ | /* ============================== side-by-side Tractatus =============================== */ | ||
.de_col .tlp-aside-par { | .de_col .tlp-aside-par, | ||
.en_col .tlp-aside-par, | |||
.fr_col .tlp-aside-par, | |||
.it_col .tlp-aside-par, | |||
.es_col .tlp-aside-par, | |||
.pt_col .tlp-aside-par, | |||
.de_col .reference, | |||
.en_col .reference, | |||
.fr_col .reference, | |||
.it_col .reference, | |||
.es_col .reference, | |||
.pt_col .reference { | |||
display: none; | display: none; | ||
} | } | ||
.de_col, .en_col, .fr_col, .it_col, .es_col, .pt_col { | |||
.de_col, .en_col, .fr_col, .it_col, .es_col { | |||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
#de_col_head, #en_col_head, #fr_col_head, #it_col_head, #es_col_head { | #de_col_head, #en_col_head, #fr_col_head, #it_col_head, #es_col_head, #pt_col { | ||
height: 100px; | |||
vertical-align: top; | vertical-align: top; | ||
text-align: center; | |||
} | } | ||
.par_num_col { | .par_num_col { |