change featured image style

This commit is contained in:
wlx 2013-05-14 23:50:42 +00:00
parent b2696d04ba
commit 6a98bb51f2
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
?> ?>
<style> <style>
.carousel-inner .item .featured-image-link{text-align:center;} .carousel-inner .item .featured-image-link{text-align:center;}
.featured-image{min-width:100%;text-align:center; margin:auto 0px;min-height:100%;} .featured-image{min-width:100%;text-align:center; margin:auto 0px;/*min-height:100%;*/}
</style> </style>
<div class="row"> <div class="row">
<div class="span5" id="main-news"> <div class="span5" id="main-news">
@ -129,4 +129,4 @@
</div> </div>
<script> <script>
$('.item').css('max-height',$('#main-news').height()); $('.item').css('max-height',$('#main-news').height());
</script> </script>