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 [class*="bar"] {
.iphone [class*="bar"],
.iphone .modal {
position: absolute;
}
.iphone .content {
top: 0;
left: 0;
right: 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-example-fullbleed,

Loading…
Cancel
Save