Sha256: bf55a828c0d7beb586e42463713e805f32f86a6c216436707f2d547ad2f0785b
Contents?: true
Size: 1.83 KB
Versions: 1
Compression:
Stored size: 1.83 KB
Contents
.group:after { content: ''; display: table; clear: both; } html { overflow-y: scroll; } .project-header { padding: 20px 0 20px 60px; } .logo { float: left; margin: 0; } .logo-link { color: black; text-decoration: none; } .project-nav { float: left; margin-left: 100px; line-height: 2.5em; } .project-nav-item { color: black; margin-right: 40px; text-decoration: none; } .chart-container { max-width: 1000px; margin: 0 auto; } .code-table, .smells-table { width: 100%; border-collapse: collapse; } .code-table th, .smells-table th { text-align: left; padding-bottom: 8px; border-bottom: 1px solid silver; font-size: 1.55em; font-weight: normal; } .code-table td, .smells-table td { padding-top: 12px; padding-bottom: 12px; } .code-table tr td:first-child, .code-table tr th:first-child, .smells-table tr td:first-child, .smells-table tr th:first-child { padding-left: 60px; } .button { margin: 0; padding: 0.5em 1em; border: 1px solid black; font-size: 0.9em; border-radius: 0.2em; cursor: pointer; transition-property: background-color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .file-header { position: relative; padding: 0 0 10px 60px; border-bottom: 1px solid silver; } .file-name { margin: 0; font-weight: normal; } .smells-toggle-button { position: absolute; right: 64px; top: 22px; border-color: silver; background-color: #EEEBE9; } .smells-toggle-button:hover { background-color: #D1CFCD; } .smells { margin: 2px 0 22px 0; padding-left: 0; border: 1px solid #000; background-color: #EEEBE9; white-space: normal; list-style-type: disc; } .smell { margin: 5px 5px 5px 30px; font-size: 24px; } .smell.new { color: #F00; } .smell.old { color: #FA0; } .smell .description { color: #000; font-size: initial; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-0.0.11 | lib/rubycritic/report_generators/assets/stylesheets/application.css |