Hello
Drupal: 4.7
Theme: Bluemarine
File: style.css
I cannot find the part in the style.css that controls the second header block's verticle alignment
Heres a ruff draft of what I mean
*******LOGO*******
-------Header1---------
-------Header2---------
And heres what it looks like now
*******LOGO*******
-------Header1---------
-------Header2---------
The first header block is acting just fine after some style.css editing. But I can't get the "Header2" to move up to the bottom of Header1
Anyhelp would be appreciated!
Heres a list of my style.css
/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */
/*
** HTML elements
*/
body {
color: #000;
background-color: #fff;
font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0em;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3, h4, h5, h6 {
font-size: 1.1em;
}
p {
margin-top: 0.5em;
margin-bottom: 0.9em;
}
a {
text-decoration: none;
font-weight: bold;
}
a:link {
color: #39c;
}
a:visited {
color: #369;
}
a:hover {
color: #39c;
text-decoration: underline;
}
fieldset {
border: 1px solid #ccc;
}
pre {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 12px;
border: 1px solid #ddd;
}
table {