Sha256: 8d4af1c2eca0f992bd23786a11fcb9d405472bff2d9ee0239a72b4f513e5c0a0
Contents?: true
Size: 932 Bytes
Versions: 108
Compression:
Stored size: 932 Bytes
Contents
/* This backwards-compatibility stylesheet is intended to keep the old "Classic" skins working. It is NOT intended to be used in new skins. */ #menu { height: 30px; div.container-fluid{ display: block; } div.navbar-header { display: none; } ul { font-size: 14px; margin-top: 5px; } li { display: inline; } .navbar-left { float: left; } .navbar-right { float: right; margin-right: 15px; } .navbar-form { width: 30%; margin-top: 5px; margin-left: 10px; input { width: 100%; } } .navbox-form { input { display: inline; min-height: 25px; } } } #primary { clear: both; } // removed from standard.scss input, select, textarea { padding: 0 1%; } input, select { max-width: 97.5%; } fieldset { border: 0; padding: 0; } .form-group { padding: 10px; } .alert-info { background: #ccc; padding: 5px 10px; }
Version data entries
108 entries across 108 versions & 2 rubygems