Sha256: 471621bba7135214218b518a802b01719da13e3089d1c48743798e1bd60bf770

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

Contents

.body {
    border: 0px;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95%;
    height: 100%;
}
.sidebar {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    overlay: auto;
    width: 15em;
    height: 100%;
}
.selectable:hover {
    cursor: pointer;
}
.expand {
/*    padding-left: 16px;*/
}
.expand:hover{
    cursor: pointer;
}
.main {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
}
.index > a {
    padding: 2px;
    display: inline;
    text-decoration: none;
}
.filter {
    border: 0 solid;
    background-color: transparent;
}
.section > .letter {
    margin-top: 2em;
    margin-bottom: 1em;
}
.section > .letter > .box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 200%;
}
.section > .method {
    margin-bottom: 1em;
}
.section > .method .signature {
    padding: 4px;
}
.section > .method .signature span {
    margin-left: 4px;
}
.section > .method .docs {
    padding: 4px;
}
.accordion {
    margin-left: 13em;
}
.accordion > .ui-widget-content {
    border: 0px;
}
.accordion > div {
    padding: 4px;
}
.signature .github {
    display: inline;
    float: right;
}
.method:hover .github {
    display: inline;
}
.github img {
    width: 18px;
    height: 18px;
}
.github:hover img {
    display: inline;
    width: 22px;
    height: 22px;
}
.method .doctag > div {
    display: inline;
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left-width: 1px;
    border-left-style: dotted;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fancy-0.10.0 doc/api/fancy.css
fancy-0.9.0 doc/api/fancy.css