changeset 1871:bd7e95937acd beta

changelog: fixed lost pre-wrap on commit message
author Aras Pranckevicius <aras@unity3d.com>
date Mon, 09 Jan 2012 07:48:45 +0200
parents 941437fdfe59
children 6300364efc35
files rhodecode/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sun Jan 08 12:34:09 2012 +0200
+++ b/rhodecode/public/css/style.css	Mon Jan 09 07:48:45 2012 +0200
@@ -2289,18 +2289,11 @@
 	margin-top: 4px;
 }
 
-#graph_content .container .left .message {
-	font-size: 100%;
-	padding-top: 3px;
+#graph_content .container .mid .message {
 	white-space: pre-wrap;
-	border: 1px solid red;
-	position: relative;
-	top: -30px;
-	left: 40%;
-	width: 30%;
-}
-
-#graph_content .container .left .message a:hover{
+}
+
+#graph_content .container .mid .message a:hover{
 	text-decoration: none;
 }