Sha256: a61d65abb50e3fe14b3df0c8fede87bc34d8391662a8cb28285ec91a70bea290
Contents?: true
Size: 1.36 KB
Versions: 4
Compression:
Stored size: 1.36 KB
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require_tree . */ .nav-collapse.collapse { height: auto !important; overflow: visible !important; } .navbar .nav { width: 865px; > li.markdown { float: right; } } body > .container { padding: 60px 0px 100px; } .container > .row { margin: 0px 20px; } .controls > .input > textarea { width: 500px; } body .navbar .brand { color: #fff; } form.button_to { display: inline; margin: 0px; > div { display: inline; } } span.buttons { margin: 20px 0px; display: block; } td { padding: 1px 50px 1px 0px; } .on-page-documentation { width: 250px; float: right; position: relative; /* Super ugly hack to fix hr problem */ &:before { content: " "; height: 100%; width: 10px; background: white; left: -11px; top: 0px; display: block; position: absolute; } }
Version data entries
4 entries across 4 versions & 1 rubygems