# HG changeset patch # User Aras Pranckevicius # Date 2012-01-09 06:48:45 # Node ID bd7e95937acd977caf2c8189c631d4d786f63dea # Parent 941437fdfe59124ffa48b0584605b6a8d522569f changelog: fixed lost pre-wrap on commit message diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -2289,18 +2289,11 @@ h3.files_location { 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; }