Sha256: f4fabaa5b582ef5d8e5bb5128e36fcdfdad4c6dd080bae631353d41efe4cbd1f

Contents?: true

Size: 859 Bytes

Versions: 2

Compression:

Stored size: 859 Bytes

Contents

/*!
Pure v0.2.1-pre
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/

.pure-paginator {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pure-paginator li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 -0.35em 0 0;
}
.pure-paginator .pure-button {
    border-radius: 0;
    padding: 0.8em 1.4em;
    vertical-align: top;
    height: 1.1em;
}
.pure-paginator .pure-button:focus {
    outline-style: none;
}
.pure-paginator .prev,
.pure-paginator .next {
    color: #C0C1C3;
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.45);
}
.pure-paginator .prev {
    border-radius: 2px 0 0 2px;
}
.pure-paginator .next {
    border-radius: 0 2px 2px 0;
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
pure-place-rails-0.0.1 app/assets/stylesheets/pure-place/build/menus-paginator.css
purecss-0.2.0 vendor/assets/stylesheets/purecss/menus-paginator.css