Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
521 B
39 lines
521 B
13 years ago
|
/*
|
||
|
* Feature
|
||
|
*
|
||
|
* ------------------------------------------------------------------------------------------- */
|
||
|
|
||
|
#timeline {
|
||
|
|
||
|
/* Feature
|
||
|
================================================== */
|
||
|
.feature {
|
||
|
width: 100%;
|
||
|
//min-width:960px;
|
||
|
|
||
|
.slider {
|
||
|
width: 100%;
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
z-index:10;
|
||
|
padding-top:@base-space;
|
||
|
.box-shadow();
|
||
|
|
||
|
h2.date {
|
||
|
|
||
|
line-height: 24px;
|
||
|
}
|
||
|
.date, .title {
|
||
|
a {
|
||
|
color: @color-nav-description;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|