Sha256: 30b620f99dc823c3679de5d15ca827bada50114cb7856c22e87841b3f1c09b25
Contents?: true
Size: 787 Bytes
Versions: 20
Compression:
Stored size: 787 Bytes
Contents
@import "import/base"; .bold { font-weight: bold; } .italic { font-style: italic; } .uline { text-decoration: underline; } .strike { text-decoration: line-through; } .hidden { display: none; } .hidden-important { display: none !important; } .block { display: block; } .inline-block { @include inline-block; } .nowrap { white-space: nowrap; } a.image { display: block; position: relative; text-decoration: none; } .no-info, .loading { font-style: italic; } .float-left { float: left; } .float-right { float: right; } .clear { clear: both; } .clear-left { clear: left; } .clear-right { clear: right; } .g-justify { @include g-justify; } img.middle { vertical-align: middle; } .text-center { text-align: center; }
Version data entries
20 entries across 20 versions & 2 rubygems