Browse Source

Remove the pagination styles from responsiveslides.css as they aren't really part of the plugin.

pull/22/head
Viljami S 13 years ago
parent
commit
15abd66336
  1. 2
      demo/demo.css
  2. 36
      responsiveslides.css

2
demo/demo.css

@ -54,6 +54,8 @@ p,h3,h4,pre {
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);

36
responsiveslides.css

@ -1,9 +1,5 @@
/*! http://responsive-slides.viljamis.com v1.21 by @viljamis */
/* SLIDESHOW
--------------------------------------------- */
.rslides {
position: relative;
list-style: none;
@ -25,34 +21,4 @@
height: auto;
width: 100%;
border: 0;
}
/* PAGINATION (you can edit/remove this part)
--------------------------------------------- */
.rslides_tabs {
list-style: none;
padding: 0;
margin: 0;
}
.rslides_tabs li {
float: left;
}
.rslides_tabs a {
-webkit-tap-highlight-color: rgba(0,0,0,.01);
text-decoration: none;
text-align: center;
line-height: 40px;
background: #999;
cursor: pointer;
display: block;
color: #fff;
width: 44px;
}
.rslides_here a {
background: #000;
}
}
Loading…
Cancel
Save