##// END OF EJS Templates
css: consistent space before {...
Mads Kiilerich -
r3461:ac0923f5 beta
parent child Browse files
Show More
@@ -311,7 +311,7 b' div:hover > a.permalink {'
311 border-radius: 0px 0px 4px 4px;
311 border-radius: 0px 0px 4px 4px;
312 }
312 }
313
313
314 #header-dd:hover{
314 #header-dd:hover {
315 opacity: 0.2;
315 opacity: 0.2;
316 -webkit-transition: opacity 0.5s ease-in-out;
316 -webkit-transition: opacity 0.5s ease-in-out;
317 -moz-transition: opacity 0.5s ease-in-out;
317 -moz-transition: opacity 0.5s ease-in-out;
@@ -4597,11 +4597,11 b' PULL REQUESTS'
4597 /*****************************************************************************
4597 /*****************************************************************************
4598 DIFFS CSS
4598 DIFFS CSS
4599 ******************************************************************************/
4599 ******************************************************************************/
4600 .diff-collapse{
4600 .diff-collapse {
4601 text-align: center;
4601 text-align: center;
4602 margin-bottom: -15px;
4602 margin-bottom: -15px;
4603 }
4603 }
4604 .diff-collapse-button{
4604 .diff-collapse-button {
4605 cursor: pointer;
4605 cursor: pointer;
4606 color: #666;
4606 color: #666;
4607 font-size: 16px;
4607 font-size: 16px;
@@ -4610,7 +4610,7 b' PULL REQUESTS'
4610
4610
4611 }
4611 }
4612
4612
4613 .diff-container.hidden{
4613 .diff-container.hidden {
4614 display: none;
4614 display: none;
4615 overflow: hidden;
4615 overflow: hidden;
4616 }
4616 }
General Comments 0
You need to be logged in to leave comments. Login now