Author: cpage
Date: Tue Aug 2 08:16:33 2005
New Revision: 9917
Modified:
trunk/www/sinorca-grey.css
trunk/www/sinorca-white.css
Log:
Job: website
Added a CSS minimum height to the Gwydion website header so that the
light-blue band is at least as tall as the "Gwydion Dylan" image. Since the
height is defined in ems, the image would stick out below the band if the
browser font size was too small.
Modified: trunk/www/sinorca-grey.css
==============================================================================
--- trunk/www/sinorca-grey.css (original)
+++ trunk/www/sinorca-grey.css Tue Aug 2 08:16:33 2005
@@ -165,7 +165,7 @@
#header {
font-size: 335%;
padding-top: .1em;
- height: 1.45em;
+ height: 1.45em; min-height: 58px;
padding-left: 4mm;
}
@@ -297,4 +297,4 @@
.footerLHS {
float: left;
clear: left;
-}
\ No newline at end of file
+}
Modified: trunk/www/sinorca-white.css
==============================================================================
--- trunk/www/sinorca-white.css (original)
+++ trunk/www/sinorca-white.css Tue Aug 2 08:16:33 2005
@@ -155,7 +155,7 @@
#header {
font-size: 335%;
- height: 1.45em;
+ height: 1.45em; min-height: 58px;
padding-left: 4mm;
}
@@ -295,4 +295,4 @@
.footerLHS {
float: left;
clear: left;
-}
\ No newline at end of file
+}
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter
|