Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Nov 2, 2022
1 parent f83f460 commit 11460fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/template/syzoj/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function get_menu_news() {
?>
<body style="position: relative; margin-top: 49px; height: calc(100% - 49px); overflow-y: overlay; ">
<div id="page-header" class="ui fixed borderless menu" style="position: fixed; height: 49px; z-index:99999">
<div class="ui container">
<div class="ui container" style="margin-left:calc(5%)!important">
<a class="header item" href="/"><span
style="font-family: 'Exo 2'; font-size: 1.5em; font-weight: 600; "><?php echo $domain==$DOMAIN?$OJ_NAME:ucwords($OJ_NAME)."'s OJ"?></span></a>
<a class="item <?php if ($url=="") echo "active";?>" href="/"><i class="home icon"></i> <?php echo $MSG_HOME?></a>
Expand Down

0 comments on commit 11460fd

Please sign in to comment.