Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 14:32 UTC
Updated:
9 Jan 2012 at 06:58 UTC
Hi,
in prosilver-embed theme at common.css, there is a little improvement you can do:
--- common.css.o 2009-03-22 16:34:38.000000000 +0100
+++ common.css 2009-03-22 16:36:01.000000000 +0100
@@ -7,14 +7,7 @@
padding: 0;
}
-#phpbbforum-page html {
-font-size: 100%;
-/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
-height: 100%;
-margin-bottom: 1px;
-}
-
-#phpbbforum-page body {
+#phpbbforum-page {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
#phpbbforum-page html is because you do not have it in embed mode and it's unuseful in that mode
#phpbbforum-page body is because you do not have body when embedded but you need this settings above all others to set correct font family.
With this little patch the embed forum is *identical* to direct forum.
I will look at subsilver2 embed theme too.
Comments
Comment #1
vb commentedDid you test with subsilver2?
Comment #2
fizk commented