diff --git a/public/stylesheets/problems.css b/public/stylesheets/problems.css --- a/public/stylesheets/problems.css +++ b/public/stylesheets/problems.css @@ -6,3 +6,9 @@ tr.not-available { background: #ffc0c0; } + +.import-log { + background: lightgray; + border: solid black 1px; + padding: 10px; +} \ No newline at end of file