Changeset - bd7e95937acd
[Not reviewed]
beta
0 1 0
Aras Pranckevicius - 14 years ago 2012-01-09 06:48:45
aras@unity3d.com
changelog: fixed lost pre-wrap on commit message
1 file changed with 4 insertions and 11 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -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;
 
}
 
0 comments (0 inline, 0 general)