Skip to content

Commit a549a5a

Browse files
committed
show pid in old theme
1 parent 8919d0e commit a549a5a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

contrib/exfoliation/stylesheets/common.css

+4
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@ ul.navsectionlinks li ul li a:hover {
328328
font-weight: bold;
329329
}
330330

331+
#mainbrandsplash {
332+
display: none;
333+
}
334+
331335
#mainsplash {
332336
display: grid;
333337
max-width: 1400px;

html/main.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ function setCoreStatusHTML(image, text) {
6666
<body id="splashpage">
6767

6868

69-
<!-- <div id="mainbrandsplash">
69+
<div id="mainbrandsplash">
7070
<div><span id="core-status"></span></div>
71-
</div> -->
71+
</div>
7272

7373

7474
<div id="currentversioninfo">

0 commit comments

Comments
 (0)