Skip to content

Commit

Permalink
show pid in old theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed Oct 22, 2024
1 parent 8919d0e commit a549a5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions contrib/exfoliation/stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ ul.navsectionlinks li ul li a:hover {
font-weight: bold;
}

#mainbrandsplash {
display: none;
}

#mainsplash {
display: grid;
max-width: 1400px;
Expand Down
4 changes: 2 additions & 2 deletions html/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ function setCoreStatusHTML(image, text) {
<body id="splashpage">


<!-- <div id="mainbrandsplash">
<div id="mainbrandsplash">
<div><span id="core-status"></span></div>
</div> -->
</div>


<div id="currentversioninfo">
Expand Down

0 comments on commit a549a5a

Please sign in to comment.