Skip to content

Commit

Permalink
remove link from starburst
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarianski committed Jun 1, 2011
1 parent f5770cb commit d67d7f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
24 changes: 7 additions & 17 deletions themes/pps/css/style.css
Expand Up @@ -100,36 +100,26 @@ div.rapidxwpr{
}

/* header */
div#header{
div#header {
position: relative;
height: 220px;
margin: 0px 0px 0px 0px;
}

div#header a:hover{
div#header #starburst {
position: absolute;
display: block;
height: 220px;
width:240px;
margin: 0px 0px 0px 24%;
background: transparent url(../images/sun_a.png) no-repeat 38% top;
text-decoration: none;
}
div#header a {
position: absolute;
display: block;
display: block;
height: 220px;
width:240px;
width: 240px;
margin: 0px 0px 0px 24%;
background: transparent url(../images/sun_a.png) no-repeat 38% top;
background: transparent url(../images/sun_a.png) no-repeat 38% top;
text-decoration: none;
}

div#header a span {

visibility: hidden;
visibility: hidden;
}


/* logo */
div#logo{
border: 0;
Expand Down
7 changes: 2 additions & 5 deletions themes/pps/views/header.php
Expand Up @@ -51,13 +51,10 @@
<div id="logo">
<span><img src="<?php echo url::site('themes/pps/images/btc-ftc.png'); ?>" />
<?php echo $site_tagline; ?></span>
</div><a href="<?php echo url::site('reports/submit'); ?>"><span><?php echo url::site('reports/submit'); ?></span></a>
</div>
<!-- / logo -->
<span id="starburst"><?php echo $site_tagline; ?></span>

<!-- submit incident -->
<!--<?php echo $submit_btn; ?>-->
<!-- / submit incident -->

</div>
<!-- / header -->

Expand Down

0 comments on commit d67d7f5

Please sign in to comment.