diff --git a/include/.cvsignore b/include/.cvsignore deleted file mode 100644 index c8118277e..000000000 --- a/include/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -mysql.inc.php diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 8f284e6eb..a92ad98cd 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id:$ */ /* Set the width of the menubar for the galery */ #menubar { @@ -7,6 +7,11 @@ #content { margin-left: 20em; /* = #menubar width + 2em */ } +/* Set minimum width of the page before getting a scrollbar */ +/* IE5 and IE6 don't get that */ +BODY { + min-width: 60em; /* ~ 3* #menubar width */ +} /* Set the width of the menubar for the admin section */ BODY#theAdminPage #menubar { diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index f42cfc1a7..5d6705a4f 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -265,4 +265,4 @@ UL.tagSelection LI { .tagLevel4 { font-size: 140%; } .tagLevel3 { font-size: 120%; } .tagLevel2 { font-size: 100%; } -.tagLevel1 { font-size: 90%; } \ No newline at end of file +.tagLevel1 { font-size: 90%; } diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css new file mode 100644 index 000000000..4e6daf38e --- /dev/null +++ b/template/yoga/fix-ie5-ie6.css @@ -0,0 +1,2 @@ +/* $Id:$ */ +/* Issues in IE from 5 to 6 only to to be used with IE7 */ diff --git a/template/yoga/fix-khtml.css b/template/yoga/fix-khtml.css index cbf276b4a..e071061c9 100644 --- a/template/yoga/fix-khtml.css +++ b/template/yoga/fix-khtml.css @@ -1,4 +1,4 @@ -/* $Id:*/ +/* $Id$ */ /* Issue in Safari/Konqueror only */ /* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */ #content>DIV.titrePage>H2 { diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 48b187e6d..c9708033c 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -8,6 +8,9 @@ + @@ -19,7 +22,7 @@ the "text/nonsense" prevents gecko based browsers to load it --> {GALLERY_TITLE}:{PAGE_TITLE} -