comparison pylons_app/public/css/diff.css @ 158:f905f45c457e

moved diff libs to vcs. updated htmls and css for diff and source
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 May 2010 01:51:47 +0200
parents ea89ac73bef8
children 0f7f93df5802
comparison
equal deleted inserted replaced
157:a72fb7d330bd 158:f905f45c457e
22 background: #EEEEEE; 22 background: #EEEEEE;
23 } 23 }
24 24
25 .code-difftable{ 25 .code-difftable{
26 border-collapse: collapse; 26 border-collapse: collapse;
27 width: 99%;
28 }
29 .code-difftable td:target *{
30 background: repeat scroll 0 0 #FFFFBE !important;
31 text-decoration: underline;
32 }
33 .code-difftable .context{
34 background:none repeat scroll 0 0 #DDE7EF;
27 } 35 }
28 .code-difftable .add{ 36 .code-difftable .add{
29 background:none repeat scroll 0 0 #DDFFDD; 37 background:none repeat scroll 0 0 #DDFFDD;
30 } 38 }
31 .code-difftable .add ins{ 39 .code-difftable .add ins{