comparison rhodecode/public/css/style.css @ 1837:a6a30c919513 beta

#73 mapping of commited issues from commit message into issue tracker url.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 06 Jan 2012 19:27:32 +0200
parents a8c66e870bd0
children 3f5be4dbbd57
comparison
equal deleted inserted replaced
1836:445861e156d1 1837:a6a30c919513
2144 width: 25%; 2144 width: 25%;
2145 text-align: right; 2145 text-align: right;
2146 } 2146 }
2147 2147
2148 #changeset_content .container .left .message { 2148 #changeset_content .container .left .message {
2149 font-style: italic;
2150 color: #556CB5;
2151 white-space: pre-wrap; 2149 white-space: pre-wrap;
2152 } 2150 }
2153 #changeset_content .container .left .message a:hover { 2151 #changeset_content .container .left .message a:hover {
2154 text-decoration: none; 2152 text-decoration: none;
2155 } 2153 }