Skip to content

Commit

Permalink
update footer copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed May 23, 2012
1 parent e9dc554 commit 817c89c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -47,7 +47,7 @@

</footer><!-- .site-footer .site-footer -->
<p class="copy">
<small>&copy; <?php echo date( 'Y' );?> <?php bloginfo( 'name' );?> | designed by <a href="http://clemsos.com">Clément Renaud</a></small>
<small> <?php bloginfo( 'name' );?> Theme designed by <a href="http://clementrenaud.com">Clément Renaud</a> - Released under <a href="http://sharism.org">Sharing Agreement</a> - <?php echo date( 'Y' );?></small>
</p>
</div><!-- #page .hfeed .site -->
<?php wp_footer( );?>
Expand Down
35 changes: 20 additions & 15 deletions style.css
Expand Up @@ -30,7 +30,7 @@ padding-top:30px
}

#main {
margin-top : 35px;
margin-top : 45px;
}

/* =Global
Expand Down Expand Up @@ -133,9 +133,6 @@ background: linear-gradient(top, #ffffff 0%,#f1f1f1 46%,#e1e1e1 93%,#f6f6f6 100%
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.branding-sidebar {
background: url("img/cloud-left.png") no-repeat scroll 0 top transparent;
}

#secondary li{
line-height:2em
Expand All @@ -144,16 +141,22 @@ line-height:2em
.branding-sidebar {
text-align: center;
font-size: 18pt;
padding: 25px 50px 65px 0;

height: 150px;
}

.branding-sidebar a, .branding-sidebar a:visited {
color:#282828
}
.branding-sidebar a {
margin-top: 20px;
height: 120px;
width: 200px;
background: url("img/cloud-left.png") no-repeat scroll 0 top transparent;
position: absolute;
z-index: 20000;
display: block;
float: left;
overflow: visible;
text-indent: -9000px;
margin: 20px;
}

/* =Homepage
----------------------------------------------- */
.home .hero-unit { background-color:#fff; padding:0px}
Expand Down Expand Up @@ -188,10 +191,16 @@ left: 70px;
#featured, #main-sidebar { margin-top:0px }
#featured img { max-height:100% }
#featured .carousel-control {height: 100%; width:17px}
#featured .item {
height:265px
}

#tools .carousel-control {height: 180px; width:17px}
#tools .carousel-inner {padding-left:50px}
#tools .tool-title { position:relative; top:20px}
#tools .item {
height:180px
}

#tools article {
width:170px;
Expand All @@ -216,19 +225,15 @@ text-decoration: none;
opacity: 0.5;
}

.item {
height:265px
}


#latest-report .btn-group {
float:right
}

#news { height :800px }


#recent article {
border-bottom: 1px solid #ccc;
padding:8px
}

Expand Down

0 comments on commit 817c89c

Please sign in to comment.