lib/rubycritic/generators/html/assets/stylesheets/application.css in rubycritic-3.4.0 vs lib/rubycritic/generators/html/assets/stylesheets/application.css in rubycritic-3.5.0

- old
+ new

@@ -529,10 +529,11 @@ font-weight: bold; display: inline-block; margin-left: 20px; } + .filter-table { text-align: right; } .filter-table input { @@ -545,6 +546,25 @@ color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; +} + +.branch{ + font-size: 15px; + color: #9b111d; + font-weight: bold; + display: inline-block; + padding: 13px; +} + +.green-color { + color: #00A900; +} +.red-color { + color: #ED0000; +} +.empty-span{ + height: 17px; + width: 17px; }