diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 960c9a1c3..63352f56a 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -38,6 +38,10 @@ BODY { width: 100%; min-width: 100%; } +#theHeader { + min-height:100px; + height:100px; +} #mbIdentification p, .totalImages { color:#333; } |