comparison pylons_app/public/css/diff.css @ 362:558eb7c5028f rhodecode-0.0.0.8.0

version bump to 0.8 hg app 0.8 new template. Add yui flot and graph into summary page. + various tweeks and patches into look of application
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Jul 2010 02:17:48 +0200
parents 64e1125fc479
children 9a7ae16ff53e
comparison
equal deleted inserted replaced
361:3581656180b7 362:558eb7c5028f
24 div.diffblock pre.raw{ 24 div.diffblock pre.raw{
25 background: #FFFFFF; 25 background: #FFFFFF;
26 color:#000000; 26 color:#000000;
27 } 27 }
28 28
29 .code-difftable{ 29 table.code-difftable{
30 border-collapse: collapse; 30 border-collapse: collapse;
31 width: 99%; 31 width: 99%;
32 } 32 }
33 .code-difftable td:target *{ 33 table.code-difftable td:target *{
34 background: repeat scroll 0 0 #FFFFBE !important; 34 background: repeat scroll 0 0 #FFFFBE !important;
35 text-decoration: underline; 35 text-decoration: underline;
36 } 36 }
37
38 table.code-difftable td {
39 padding: 0 !important;
40 background: none !important;
41 border:0 !important;
42 }
43
44
37 .code-difftable .context{ 45 .code-difftable .context{
38 background:none repeat scroll 0 0 #DDE7EF; 46 background:none repeat scroll 0 0 #DDE7EF;
39 } 47 }
40 .code-difftable .add{ 48 .code-difftable .add{
41 background:none repeat scroll 0 0 #DDFFDD; 49 background:none repeat scroll 0 0 #DDFFDD;
80 .code-difftable .code pre{ 88 .code-difftable .code pre{
81 margin:0; 89 margin:0;
82 padding:0; 90 padding:0;
83 } 91 }
84 92
85
86 .code { 93 .code {
87 display: block; 94 display: block;
88 width: 100%; 95 width: 100%;
89 } 96 }
90 .code-diff { 97 .code-diff {