Sha256: 5235cb303acdb2538c0452e02743d8f26f31b985289412e5c0e7dbf3e872b87e
Contents?: true
Size: 961 Bytes
Versions: 11
Compression:
Stored size: 961 Bytes
Contents
/* * metismenu - v1.0.3 * Easy menu jQuery plugin for Twitter Bootstrap 3 * https://github.com/onokumus/metisMenu * * Made by Osman Nuri Okumuş * Under MIT License */ .arrow { float: left; } .glyphicon.arrow:before { content: "\e079"; } .active > a > .glyphicon.arrow:before { content: "\e114"; } /* * Require Font-Awesome * http://fortawesome.github.io/Font-Awesome/ */ .fa.arrow:before { content: "\f104"; } .active > a > .fa.arrow:before { content: "\f107"; } .plus-times { float: left; } .fa.plus-times:before { content: "\f067"; } .active > a > .fa.plus-times { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .plus-minus { float: left; } .fa.plus-minus:before { content: "\f067"; } .active > a > .fa.plus-minus:before { content: "\f068"; }
Version data entries
11 entries across 11 versions & 1 rubygems