comparison pylons_app/public/css/pygments.css @ 158:f905f45c457e

moved diff libs to vcs. updated htmls and css for diff and source
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 May 2010 01:51:47 +0200
parents ea89ac73bef8
children 558eb7c5028f
comparison
equal deleted inserted replaced
157:a72fb7d330bd 158:f905f45c457e
12 border-bottom: 1px solid #CCCCCC; 12 border-bottom: 1px solid #CCCCCC;
13 background: #EEEEEE; 13 background: #EEEEEE;
14 color:blue; 14 color:blue;
15 padding:10px 0 10px 0; 15 padding:10px 0 10px 0;
16 } 16 }
17 div.codeblock .code-header span{ 17 div.codeblock .code-header .revision{
18 margin-left:25px; 18 margin-left:25px;
19 font-weight: bold; 19 font-weight: bold;
20 }
21 div.codeblock .code-header .commit{
22 margin-left:25px;
23 font-weight: normal;
20 } 24 }
21 25
22 .code-highlight { 26 .code-highlight {
23 padding: 0px; 27 padding: 0px;
24 margin-top: 5px; 28 margin-top: 5px;