diff --git a/css/MLS.css b/css/MLS.css index 0b475cfea..422ab1a36 100644 --- a/css/MLS.css +++ b/css/MLS.css @@ -89,3 +89,6 @@ a:hover { text-decoration: underline; } .ltx_indexrefs > .ltx_text:first-child:before { content: " –"; } + +.ltx_page_header *[rel~="up"], +.ltx_page_footer *[rel~="up"] { display: table; margin: 0 auto; text-align: center; }