diff pylons_app/public/css/monoblue_custom.css @ 212:671931f082c3

added merge and parents indicators to changelog
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 24 May 2010 00:58:40 +0200
parents 6257cf277395
children 5b8d00d40bd4
line wrap: on
line diff
--- a/pylons_app/public/css/monoblue_custom.css	Mon May 24 00:58:26 2010 +0200
+++ b/pylons_app/public/css/monoblue_custom.css	Mon May 24 00:58:40 2010 +0200
@@ -476,6 +476,22 @@
 .right .removed{
 	background: #FF8888;
 }
+
+.right .merge{
+	float: right;
+	vertical-align: top;
+	font-size: 60%;
+	font-weight: bold;
+}
+.right .merge img{
+	vertical-align: bottom;	
+}
+
+.right .parent{
+float:right;
+font-size: 90%;
+font-family: monospace;
+}
 /** end of canvas **/
 
 /* FILE BROWSER */