comparison pylons_app/public/css/pygments.css @ 397:4cf4b82aa2a0

fixed some templating issues
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 07 Aug 2010 22:08:31 +0200
parents 558eb7c5028f
children 5aba7adff196
comparison
equal deleted inserted replaced
396:9416269860c9 397:4cf4b82aa2a0
22 margin-left:25px; 22 margin-left:25px;
23 font-weight: normal; 23 font-weight: normal;
24 } 24 }
25 div.codeblock .code-body table{ 25 div.codeblock .code-body table{
26 width: 0 !important; 26 width: 0 !important;
27 }
28
29 div.code-body pre .match{
30 background-color: #FAFFA6;
31 }
32 div.code-body pre .break{
33 background-color: #DDE7EF;
34 width: 100%;
35 color: #747474;
36 display: block;
37
27 } 38 }
28 39
29 div.annotatediv{ 40 div.annotatediv{
30 margin-left:2px; 41 margin-left:2px;
31 margin-right:4px; 42 margin-right:4px;