##// END OF EJS Templates
changelog: fixed lost pre-wrap on commit message
Aras Pranckevicius -
r1871:bd7e9593 beta
parent child Browse files
Show More
@@ -2289,18 +2289,11 b' h3.files_location {'
2289 margin-top: 4px;
2289 margin-top: 4px;
2290 }
2290 }
2291
2291
2292 #graph_content .container .left .message {
2292 #graph_content .container .mid .message {
2293 font-size: 100%;
2294 padding-top: 3px;
2295 white-space: pre-wrap;
2293 white-space: pre-wrap;
2296 border: 1px solid red;
2294 }
2297 position: relative;
2295
2298 top: -30px;
2296 #graph_content .container .mid .message a:hover{
2299 left: 40%;
2300 width: 30%;
2301 }
2302
2303 #graph_content .container .left .message a:hover{
2304 text-decoration: none;
2297 text-decoration: none;
2305 }
2298 }
2306
2299
General Comments 0
You need to be logged in to leave comments. Login now