From 20dd9540e89a88a6f302fb65e3b856bbbb034186 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Dec 2010 16:08:15 +0000 Subject: [PATCH] Fix: Theme border --- htdocs/theme/auguria/style.css.php | 4 ++++ htdocs/theme/eldy/style.css.php | 4 ++++ htdocs/theme/freelug/style.css.php | 4 ++++ htdocs/theme/yellow/style.css.php | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 321ea6e53da..f6901f2e16e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -670,6 +670,10 @@ td.photo { } */ +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 8e485ebe940..b0b774f5ca1 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -653,6 +653,10 @@ td.photo { border-width: 0 !important; } +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 46fc8a005d7..695ca137ecb 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -530,6 +530,10 @@ td.photo { border-width: 0 !important; } +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index c0fd61b8a98..f9d44bd90f6 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -524,6 +524,10 @@ td.photo { border-width: 0 !important; } +#containerlayout .layout-padding { + padding: 2px !important; +} + /* * PANES and CONTENT-DIVs */