Browse Source

patching up the slider example

pull/249/head
connors 11 years ago
parent
commit
2f3be7f783
  1. 18
      docs-assets/css/docs.css

18
docs-assets/css/docs.css

@ -225,16 +225,30 @@ hr {
} }
.iphone .content, .iphone .content,
.iphone [class*="bar"] { .iphone [class*="bar"],
.iphone .modal {
position: absolute; position: absolute;
} }
.iphone .content { .iphone .content {
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
} }
.iphone .slider li img {
width: 100%;
}
.iphone .slider .slide-text {
position: absolute;
top: 45%;
left: 0;
width: 100%;
color: #fff;
text-align: center;
font-size: 24px;
font-weight: 300;
text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.component, .component,
.component-example-fullbleed, .component-example-fullbleed,

Loading…
Cancel
Save