adium-1.4 3220:dc11a26a41f9: Mockie: Delete Mockie in preparatio...

commits at adium.im commits at adium.im
Tue Nov 2 21:15:13 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/dc11a26a41f9
revision:	3220:dc11a26a41f9
author:		mathuaerknedam
date:		Tue Nov 02 16:01:00 2010 -0500

Mockie: Delete Mockie in preparation for re-adding it in order to resolve an issue on case sensitive filesystems. This is probably overkill, but it should do the trick.
Subject: adium-1.4 3221:a9237108d80c: Mockie: Re-add Mockie to (crudely) resolve issue on case sensitive filesystems. Fixes #14480.

details:	http://hg.adium.im/adium-1.4/rev/a9237108d80c
revision:	3221:a9237108d80c
author:		mathuaerknedam
date:		Tue Nov 02 16:14:36 2010 -0500

Mockie: Re-add Mockie to (crudely) resolve issue on case sensitive filesystems. Fixes #14480.

diffs (truncated from 1674 to 1000 lines):

diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,346 @@
+body
+{
+	margin: 0px;
+}
+
+#Chat
+{
+	overflow: hidden;
+	padding: 5px 10px 5px 10px;
+}
+
+#topic
+{
+	position: fixed;
+	top: 0px;
+	right: 0px;
+	left: 0px;
+	z-index: 100;
+	border-bottom: 2px solid rgba(0, 0, 0, .2);
+	-webkit-box-shadow: 0px 1px 5px #fff;
+	opacity: 1;
+	-webkit-transition: opacity .1s linear;
+}
+
+#topic:hover
+{
+	opacity: .2;
+}
+
+#topic #topicEdit
+{
+	margin-top: 4px;
+	margin-right: 12px;
+	margin-bottom: 5px;
+	margin-left: 14px;
+	display: block;
+
+	word-wrap: break-word;
+	word-break: break-word;
+}
+
+#topic[title=""] #topicEdit:after
+{
+	content: "< no topic available >";
+}
+
+.incoming,
+.outgoing,
+.status,
+.event
+{
+	margin-top: 5px;
+	clear: both;
+}
+
+.incoming a:hover,
+.outgoing a:hover
+{
+	color: white;
+}
+
+.x-buddyicon img
+{
+	display: block;
+	width: 32px;
+	height: 32px;
+	padding: 0px;
+	text-align: center;
+}
+
+.x-sender
+{
+	color: white;
+	font-weight: bold;
+	font-size: 11px;
+	height: 14px;
+	padding-right: 4px;
+	padding-left: 4px;
+	overflow: hidden;
+}
+
+.message .x-sender
+{
+	-webkit-border-top-left-radius: 5px;
+	-webkit-border-top-right-radius: 5px;
+}
+
+.x-service
+{
+	color: rgba(255, 255, 255, .5);
+	font-weight: bold;
+	font-size: 11px;
+	float: right;
+	position: relative;
+	height: 14px;
+	top: -14px;
+	padding-right: 4px;
+	right: 0px;
+	margin-bottom: -14px;
+	word-wrap: normal;
+}
+
+.x-text,
+.x-time
+{
+	display: block;
+	padding-right: 4px;
+	padding-left: 4px;
+}
+
+.x-time
+{
+	font-weight: normal;
+	color: rgba(0, 0, 0, .6);
+	float: right;
+	margin-left: 4px;
+}
+
+.message .x-text,
+.message .x-time
+{
+	padding-top: 2px;
+	padding-bottom: 2px;
+}
+
+.status .x-text,
+.event .x-text,
+.status .x-time,
+.event .x-time
+{
+	padding-top: 0px;
+	padding-bottom: 1px;
+}
+
+.status .x-text a:hover,
+.event .x-text a:hover
+{
+	background-color: rgba(208, 208, 208, 1);
+}
+
+.x-bottomdivider
+{
+	border-bottom: 1px solid #BEBEBE;
+}
+
+a,
+a:link
+{
+	text-decoration: none;
+}
+
+.history .x-message
+{
+	color: rgba(0, 0, 0, .6);
+}
+
+img.scaledToFitImage
+{
+	width:auto;
+}
+
+.firstFocus.message .x-text:before,
+.firstFocus.status .x-wrap:before,
+.firstFocus.event .x-wrap:before
+{
+	position: absolute;
+	right: 10px;
+	margin-top: -19px;
+	content: "focus lost here";
+	background: rgba(184, 184, 184, 1);
+	color: white;
+	font-weight: bold;
+	font-size: 11px;
+	z-index: 99;
+	white-space: nowrap;
+	overflow: hidden;
+	padding: 2px;
+	padding-left: 4px;
+	-webkit-border-top-left-radius: 5px;
+	-webkit-border-top-right-radius: 5px;
+}
+
+.firstFocus.status .x-wrap:before,
+.firstFocus.event .x-wrap:before
+{
+	padding-right: 4px;
+	margin-top: -17px;
+}
+
+.firstFocus.message .x-text,
+.firstFocus.status .x-wrap,
+.firstFocus.event .x-wrap
+{
+	border-top: 4px solid rgba(184, 184, 184, 1);
+}
+
+.firstFocus.message .x-text
+{
+	margin-top: 15px;
+	margin-right: 2px;
+}
+
+.firstFocus.message .x-time
+{
+	margin-top: 19px;
+}
+
+.firstFocus.status .x-wrap,
+.firstFocus.event .x-wrap
+{
+	margin-top: 18px;
+	/*margin-top: 20px;*/
+	/*padding-top: 2px;*/
+}
+
+.mention .x-text:before
+{
+	position: absolute;
+	margin-top: -19px;
+	margin-left: -2px;
+	content: "mentioned here";
+	background: rgba(184, 184, 184, 1);
+	color: white;
+	font-weight: bold;
+	font-size: 11px;
+	z-index: 99;
+	white-space: nowrap;
+	overflow: hidden;
+	padding: 2px;
+	padding-right: 4px;
+	-webkit-border-top-left-radius: 5px;
+	-webkit-border-top-right-radius: 5px;
+}
+
+.mention .x-text
+{
+	border-top: 4px solid rgba(184, 184, 184, 1);
+	padding-left: 2px;
+	padding-right: 4px;
+	margin-bottom: 2px;
+	margin-left: 2px;
+	margin-top: 15px;
+}
+
+.mention .x-time
+{
+	margin-top: 19px;
+}
+
+.mention.firstFocus .x-text:before
+{
+	content: "mentioned here + focus lost here";
+	padding-left: 4px;
+}
+
+.mention.firstFocus .x-text
+{
+	margin-left: 0px;
+}
+
+.history + :not(.history):before
+{
+	position: absolute;
+	margin-top: -22px;
+	margin-left: 0px;
+	content: "message history ends here";
+	background: rgba(184, 184, 184, 1);
+	color: white;
+	font-weight: bold;
+	font-size: 11px;
+	z-index: 99;
+	white-space: nowrap;
+	overflow: hidden;
+	padding: 4px;
+	padding-top: 2px;
+	padding-bottom: 2px;
+	-webkit-border-bottom-left-radius: 5px;
+	-webkit-border-bottom-right-radius: 5px;
+}
+
+.history + :not(.history)
+{
+	margin-top: 5px;
+	padding-top: 18px;
+	border-top: 4px solid rgba(184, 184, 184, 1);
+}
+
+.history + :not(.history).status.firstFocus:before,
+.history + :not(.history).event.firstFocus:before
+{
+	margin-top: -14px;
+}
+
+.history + :not(.history).status.firstFocus,
+.history + :not(.history).event.firstFocus
+{
+	padding-top: 10px;
+}
+
+.message.consecutive:not(.firstFocus) .x-buddyicon,
+.message.consecutive:not(.firstFocus) .x-topleft,
+.message.consecutive:not(.firstFocus) .x-sender,
+.message.consecutive:not(.firstFocus) .x-service
+{
+	display: none;
+}
+
+.message.consecutive:not(.firstFocus)
+{
+	margin-top: 0px;
+	margin-bottom: 0px;
+}
+
+#Chat > div:first-of-type
+{
+	margin-top: 0px;
+}
+
+#insert
+{
+	display: none;
+}
+
+.history .x-buddyicon
+{
+	opacity: .5;
+}
+
+.history .x-sender
+{
+	color: rgba(255, 255, 255, .9);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+	-webkit-border-radius: 3px;
+}
+
+.status.firstFocus .x-wrap,
+.event.firstFocus .x-wrap
+{
+	-webkit-border-top-left-radius: 0px;
+	-webkit-border-top-right-radius: 0px;
+}
+
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+	background-color: rgba(238, 243, 235, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+	background-color: rgba(241, 245, 240, .8);
+}
+
+.incoming .x-buddyicon
+{
+	background: rgba(178, 125, 75, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+	background: rgba(178, 125, 75, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(209, 184, 156, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+	color: rgba(178, 125, 75, 1);
+}
+
+.incoming.history .x-time
+{
+	color: rgba(209, 184, 156, 1);
+}
+
+.incoming .x-message
+{
+	background: rgba(226, 219, 203, .9);
+	border-top: 1px solid rgba(178, 125, 75, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+	border-top: 1px solid rgba(209, 184, 156, 1);
+}
+
+.outgoing .x-buddyicon
+{
+	background: rgba(116, 157, 95, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+	background: rgba(116, 157, 95, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(178, 200, 166, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+	color: rgba(116, 157, 95, 1);
+}
+
+.outgoing.history .x-time
+{
+	color: rgba(178, 200, 166, 1);
+}
+
+.outgoing .x-message
+{
+	background: rgba(213, 225, 207, .9);
+	border-top: 1px solid rgba(116, 157, 95, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+	border-top: 1px solid rgba(178, 200, 166, 1);
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+	background-color: rgba(248, 240, 240, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+	background-color: rgba(250, 244, 244, .8);
+}
+
+.incoming .x-buddyicon
+{
+	background: rgba(75, 93, 178, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+	background: rgba(75, 93, 178, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(161, 168, 211, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+	color: rgba(75, 93, 178, 1);
+}
+
+.incoming.history .x-time
+{
+	color: rgba(161, 168, 211, 1);
+}
+
+.incoming .x-message
+{
+	background: rgba(213, 211, 228, .9);
+	border-top: 1px solid rgba(75, 93, 178, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+	border-top: 1px solid rgba(161, 168, 211, 1);
+}
+
+.outgoing .x-buddyicon
+{
+	background: rgba(177, 74, 75, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+	background: rgba(177, 74, 75, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(212, 159, 159, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+	color: rgba(177, 74, 75, 1);
+}
+
+.outgoing.history .x-time
+{
+	color: rgba(212, 159, 159, 1);
+}
+
+.outgoing .x-message
+{
+	background: rgba(233, 207, 207, .9);
+	border-top: 1px solid rgba(177, 74, 75, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+	border-top: 1px solid rgba(212, 159, 159, 1);
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+	background-color: rgba(242, 251, 238, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+	background-color: rgba(245, 253, 241, .8);
+}
+
+.incoming .x-buddyicon
+{
+	background: rgba(255, 124, 0, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+	background: rgba(255, 124, 0, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(249, 188, 120, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+	color: rgba(255, 124, 0, 1);
+}
+
+.incoming.history .x-time
+{
+	color: rgba(249, 188, 120, 1);
+}
+
+.incoming .x-message
+{
+	background: rgba(244, 225, 190, .9);
+	border-top: 1px solid rgba(255, 124, 0, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+	border-top: 1px solid rgba(249, 188, 120, 1);
+}
+
+.outgoing .x-buddyicon
+{
+	background: rgba(102, 204, 50, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+	background: rgba(102, 204, 50, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(172, 228, 145, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+	color: rgba(102, 204, 50, 1);
+}
+
+.outgoing.history .x-time
+{
+	color: rgba(172, 228, 145, 1);
+}
+
+.outgoing .x-message
+{
+	background: rgba(213, 241, 200, .9);
+	border-top: 1px solid rgba(102, 204, 50, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+	border-top: 1px solid rgba(172, 228, 145, 1);
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+	background-color: rgba(255, 244, 244, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+	background-color: rgba(255, 246, 246, .8);
+}
+
+.incoming .x-buddyicon
+{
+	background: rgba(0, 45, 255, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+	background: rgba(0, 45, 255, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+	background: rgba(127, 145, 250, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+	color: rgba(0, 45, 255, 1);
+}
+
+.incoming.history .x-time
+{
+	color: rgba(127, 145, 250, 1);
+}
+
+.incoming .x-message
+{
+	background: rgba(204, 204, 246, .9);
+	border-top: 1px solid rgba(0, 45, 255, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+	border-top: 1px solid rgba(127, 145, 250, 1);
+}
+
+.outgoing .x-buddyicon
+{
+	background: rgba(255, 0, 1, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+	background: rgba(255, 0, 1, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+	background: rgba(254, 123, 123, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+	color: rgba(255, 0, 1, 1);
+}
+
+.outgoing.history .x-time
+{
+	color: rgba(254, 123, 123, 1);
+}
+
+.outgoing .x-message
+{
+	background: rgba(255, 195, 195, .9);
+	border-top: 1px solid rgba(255, 0, 1, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+	border-top: 1px solid rgba(254, 123, 123, 1);
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_alternate.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_alternate.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,32 @@
+.incoming .x-wrap
+{
+	margin-right: 37px;
+}
+
+.outgoing .x-wrap
+{
+	margin-left: 37px;
+}
+
+.incoming .x-buddyicon
+{
+	position: absolute;
+	right: 10px;
+}
+
+.outgoing .x-buddyicon
+{
+	position: absolute;
+	left: 10px;
+}
+
+.firstFocus.message .x-text:before
+{
+	right: 49px;
+}
+
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+	right: 10px;
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_hidden.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_hidden.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,20 @@
+.x-buddyicon
+{
+	display: none;
+}
+
+.x-sender
+{
+	padding-right: 41px;
+}
+
+.firstFocus.message .x-text:before
+{
+	right: 12px;
+}
+
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+	right: 10px;
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_left.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_left.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,21 @@
+.message .x-wrap
+{
+	margin-left: 37px;
+}
+
+.message .x-buddyicon
+{
+	position: absolute;
+	left: 10px;
+}
+
+.firstFocus.message .x-text:before
+{
+	right: 12px;
+}
+
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+	right: 10px;
+}
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_right.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_right.css	Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,18 @@
+.x-wrap
+{
+	margin-right: 37px;
+}
+
+.message .x-buddyicon
+{
+	position: absolute;
+	right: 10px;
+}
+
+.firstFocus.message .x-text:before,
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+	right: 49px;
+}
+
diff -r b5649d2559ce -r a9237108d80c Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/styles/basestyle.css	Tue Nov 02 18:26:06 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,346 +0,0 @@
-body
-{
-	margin: 0px;
-}
-
-#Chat
-{
-	overflow: hidden;
-	padding: 5px 10px 5px 10px;
-}
-
-#topic
-{
-	position: fixed;
-	top: 0px;
-	right: 0px;
-	left: 0px;
-	z-index: 100;
-	border-bottom: 2px solid rgba(0, 0, 0, .2);
-	-webkit-box-shadow: 0px 1px 5px #fff;
-	opacity: 1;
-	-webkit-transition: opacity .1s linear;
-}
-
-#topic:hover
-{
-	opacity: .2;
-}
-
-#topic #topicEdit
-{
-	margin-top: 4px;
-	margin-right: 12px;
-	margin-bottom: 5px;
-	margin-left: 14px;
-	display: block;
-
-	word-wrap: break-word;
-	word-break: break-word;
-}
-
-#topic[title=""] #topicEdit:after
-{
-	content: "< no topic available >";
-}
-
-.incoming,
-.outgoing,
-.status,
-.event
-{
-	margin-top: 5px;
-	clear: both;
-}
-
-.incoming a:hover,
-.outgoing a:hover
-{
-	color: white;
-}
-
-.x-buddyicon img
-{
-	display: block;
-	width: 32px;
-	height: 32px;
-	padding: 0px;
-	text-align: center;
-}
-
-.x-sender
-{
-	color: white;
-	font-weight: bold;
-	font-size: 11px;
-	height: 14px;
-	padding-right: 4px;
-	padding-left: 4px;
-	overflow: hidden;
-}
-
-.message .x-sender
-{
-	-webkit-border-top-left-radius: 5px;
-	-webkit-border-top-right-radius: 5px;
-}
-
-.x-service
-{
-	color: rgba(255, 255, 255, .5);
-	font-weight: bold;
-	font-size: 11px;
-	float: right;
-	position: relative;
-	height: 14px;
-	top: -14px;
-	padding-right: 4px;
-	right: 0px;
-	margin-bottom: -14px;
-	word-wrap: normal;
-}
-
-.x-text,
-.x-time
-{
-	display: block;
-	padding-right: 4px;
-	padding-left: 4px;
-}
-
-.x-time
-{
-	font-weight: normal;
-	color: rgba(0, 0, 0, .6);
-	float: right;
-	margin-left: 4px;
-}
-
-.message .x-text,
-.message .x-time
-{
-	padding-top: 2px;
-	padding-bottom: 2px;
-}
-
-.status .x-text,
-.event .x-text,
-.status .x-time,
-.event .x-time
-{
-	padding-top: 0px;
-	padding-bottom: 1px;
-}
-
-.status .x-text a:hover,
-.event .x-text a:hover
-{
-	background-color: rgba(208, 208, 208, 1);
-}
-
-.x-bottomdivider
-{
-	border-bottom: 1px solid #BEBEBE;
-}
-
-a,
-a:link
-{
-	text-decoration: none;
-}
-
-.history .x-message
-{
-	color: rgba(0, 0, 0, .6);
-}
-
-img.scaledToFitImage
-{
-	width:auto;




More information about the commits mailing list