Skip to content

Commit 522210b

Browse files
committed
Merge remote-tracking branch 'origin/master' into svg-test
2 parents ef91666 + f95983e commit 522210b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Subsilver2 theme for phpBB
2+
3+
Current repository version is updated for phpBB version `3.3.0`
4+
5+
## Goal
6+
7+
The goal for this repository is to keep subsilver2 updated for recent phpBB versions to allow [our good old forum](https://forum.specialattack.net/) to keep its former glory.
8+
9+
Additionaly, we have the following goals (when we have the time):
10+
* update the template files and [convert them to Twig syntax](https://www.phpbb.com/community/viewtopic.php?t=2424606)
11+
* update the images to scallable vector graphics for high resolution monitors
12+
* probably more

template/bbcode.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
<!-- END quote_extended -->
6868

6969
<!-- BEGIN code_open -->
70-
<div class="codetitle"><b>{L_CODE}{L_COLON}</b></div><pre class="codecontent">
70+
<div class="codetitle"><b>{L_CODE}{L_COLON}</b></div><pre><code class="codecontent">
7171
<!-- END code_open -->
7272

7373
<!-- BEGIN code_close -->
74-
</pre>
74+
</code></pre>
7575
<!-- END code_close -->
7676

7777
<!-- BEGIN inline_attachment_open -->

theme/stylesheet.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ input:focus, select:focus, textarea:focus {
652652
}
653653

654654
.codecontent {
655+
display: block;
655656
direction: ltr;
656657
margin: 0 5px 10px 5px;
657658
padding: 5px;
@@ -665,6 +666,10 @@ input:focus, select:focus, textarea:focus {
665666
background-color: #FAFAFA;
666667
}
667668

669+
pre > .codecontent {
670+
font-size: inherit;
671+
}
672+
668673
.postimage {
669674
max-width: 100%;
670675
}

0 commit comments

Comments
 (0)