comparison pylons_app/public/css/monoblue_custom.css @ 212:671931f082c3

added merge and parents indicators to changelog
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 24 May 2010 00:58:40 +0200
parents 6257cf277395
children 5b8d00d40bd4
comparison
equal deleted inserted replaced
211:a3a7c3e03b76 212:671931f082c3
473 .right .changed{ 473 .right .changed{
474 background: #FFDD88; 474 background: #FFDD88;
475 } 475 }
476 .right .removed{ 476 .right .removed{
477 background: #FF8888; 477 background: #FF8888;
478 }
479
480 .right .merge{
481 float: right;
482 vertical-align: top;
483 font-size: 60%;
484 font-weight: bold;
485 }
486 .right .merge img{
487 vertical-align: bottom;
488 }
489
490 .right .parent{
491 float:right;
492 font-size: 90%;
493 font-family: monospace;
478 } 494 }
479 /** end of canvas **/ 495 /** end of canvas **/
480 496
481 /* FILE BROWSER */ 497 /* FILE BROWSER */
482 div.browserblock { 498 div.browserblock {