Changing CSS
This commit is contained in:
parent
9b671b11a6
commit
cc2476dd7b
|
|
@ -137,8 +137,9 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<?php
|
<?php
|
||||||
if ($session->check('Message.flash')):
|
if ($session->check('Message.flash')):
|
||||||
|
|
|
||||||
|
|
@ -104,8 +104,9 @@ ul.principle-emails {
|
||||||
|
|
||||||
#header{
|
#header{
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
background: #E9E9E9 url(../img/top-gradient2.png) repeat-x bottom;
|
|
||||||
height: 89px;
|
//background: #E9E9E9 url(../img/top-gradient2.png) repeat-x bottom;
|
||||||
|
background: url(../img/gradient-green.png) repeat-x bottom;
|
||||||
}
|
}
|
||||||
#header h1 {
|
#header h1 {
|
||||||
/* background: #003d4c url('../img/cmclogo.png') no-repeat left; */
|
/* background: #003d4c url('../img/cmclogo.png') no-repeat left; */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue