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

vb’s picture

Did you test with subsilver2?

fizk’s picture

Status: Active » Closed (fixed)