File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 63
63
<!-- Carousel - only using one at the moment
64
64
================================================== -->
65
65
< div id ="banner " class ="carousel slide " data-ride ="carousel " data-interval ="10000 ">
66
+ < div class ="carousel-background-image-attribute ">
67
+ < a href ="http://en.wikipedia.org/wiki/New_River_(Kanawha_River)#mediaviewer/File:New_River_Virginia.JPG "> Eric T Gunther</ a >
68
+ </ div >
66
69
<!-- Indicators -->
67
70
<!-- <ol class="carousel-indicators">
68
71
<li data-target="#banner" data-slide-to="0" class="active"></li>
Original file line number Diff line number Diff line change @@ -59,12 +59,22 @@ table h3 {
59
59
/* Carousel base class */
60
60
.carousel {
61
61
height : 500px ;
62
- background-image : url(../ images/sunset .jpg);
62
+ background-image : url(../ images/new_river_virginia .jpg);
63
63
background-size : cover;
64
64
background-position : center bottom;
65
65
margin-bottom : 60px ;
66
66
color : # fff ;
67
67
}
68
+ .carousel-background-image-attribute {
69
+ position : absolute;
70
+ bottom : 0 ;
71
+ right : 10px ;
72
+ z-index : 20 ;
73
+ font-size : 11px ;
74
+ }
75
+ .carousel-background-image-attribute a {
76
+ color : # 666 ;
77
+ }
68
78
/* Since positioning the image, we need to help out the caption */
69
79
.carousel-caption {
70
80
z-index : 10 ;
You can’t perform that action at this time.
0 commit comments