diff 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
line wrap: on
line diff
--- a/pylons_app/public/css/diff.css	Sat Jul 24 00:53:43 2010 +0200
+++ b/pylons_app/public/css/diff.css	Sat Jul 24 02:17:48 2010 +0200
@@ -26,14 +26,22 @@
 	color:#000000;
 }
 
-.code-difftable{
+table.code-difftable{
 	border-collapse: collapse;
 	width: 99%;
 }
-.code-difftable td:target *{
+table.code-difftable td:target *{
 	background:  repeat scroll 0 0 #FFFFBE !important;
 	text-decoration: underline;
 }
+
+table.code-difftable td {
+    padding: 0 !important; 
+    background: none !important; 
+    border:0 !important;    
+}
+
+
 .code-difftable .context{
 	background:none repeat scroll 0 0 #DDE7EF;
 }
@@ -82,7 +90,6 @@
 	padding:0;
 }
 
-
 .code { 
 	display: block;
 	width: 100%;