diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/scm.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 55cb04062..135f80e05 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -67,6 +67,8 @@ table.filecontent td.line-code pre { table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; } table.filecontent tr:target td.line-code { background-color:#DDEEFF; } +img.filecontent.image { max-width: 100%; } + /* 12 different colors for the annonate view */ table.annotate tr.bloc-0 {background: #FFFFBF;} table.annotate tr.bloc-1 {background: #EABFFF;} |