comparison rhodecode/public/css/pygments.css @ 3474:2e703c3ef0b8 beta

codecleaner spaces on :
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Mar 2013 02:03:16 +0100
parents 5a7bc5c3029e
children f0384b9ed5b9
comparison
equal deleted inserted replaced
3473:b30a842bc164 3474:2e703c3ef0b8
12 border-radius: 4px; 12 border-radius: 4px;
13 } 13 }
14 div.codeblock .code-header { 14 div.codeblock .code-header {
15 border-bottom: 1px solid #CCCCCC; 15 border-bottom: 1px solid #CCCCCC;
16 background: #EEEEEE; 16 background: #EEEEEE;
17 padding:10px 0 10px 0; 17 padding: 10px 0 10px 0;
18 } 18 }
19 19
20 div.codeblock .code-header .stats { 20 div.codeblock .code-header .stats {
21 clear: both; 21 clear: both;
22 padding: 6px 8px 6px 10px; 22 padding: 6px 8px 6px 10px;
24 height: 23px; 24 height: 23px;
25 margin-bottom: 6px; 25 margin-bottom: 6px;
26 } 26 }
27 27
28 div.codeblock .code-header .stats .left { 28 div.codeblock .code-header .stats .left {
29 float:left; 29 float: left;
30 } 30 }
31 div.codeblock .code-header .stats .left.img { 31 div.codeblock .code-header .stats .left.img {
32 margin-top:-2px; 32 margin-top: -2px;
33 } 33 }
34 div.codeblock .code-header .stats .left.item { 34 div.codeblock .code-header .stats .left.item {
35 float:left; 35 float: left;
36 padding: 0 9px 0 9px; 36 padding: 0 9px 0 9px;
37 border-right:1px solid #ccc; 37 border-right: 1px solid #ccc;
38 } 38 }
39 div.codeblock .code-header .stats .left.item pre { 39 div.codeblock .code-header .stats .left.item pre {
40 } 40 }
41 div.codeblock .code-header .stats .left.item.last { 41 div.codeblock .code-header .stats .left.item.last {
42 border-right:none; 42 border-right: none;
43 } 43 }
44 div.codeblock .code-header .stats .buttons { 44 div.codeblock .code-header .stats .buttons {
45 float:right; 45 float: right;
46 padding-right:4px; 46 padding-right: 4px;
47 } 47 }
48 48
49 div.codeblock .code-header .author { 49 div.codeblock .code-header .author {
50 margin-left:25px; 50 margin-left: 25px;
51 font-weight: bold; 51 font-weight: bold;
52 height: 25px; 52 height: 25px;
53 } 53 }
54 div.codeblock .code-header .author .user { 54 div.codeblock .code-header .author .user {
55 padding-top:3px; 55 padding-top: 3px;
56 } 56 }
57 div.codeblock .code-header .commit { 57 div.codeblock .code-header .commit {
58 margin-left:25px; 58 margin-left: 25px;
59 font-weight: normal; 59 font-weight: normal;
60 white-space:pre; 60 white-space: pre;
61 } 61 }
62 62
63 div.codeblock .code-body table { 63 div.codeblock .code-body table {
64 width: 0 !important; 64 width: 0 !important;
65 border: 0px !important; 65 border: 0px !important;
88 width: 100%; 88 width: 100%;
89 color: #747474; 89 color: #747474;
90 display: block; 90 display: block;
91 } 91 }
92 div.annotatediv { 92 div.annotatediv {
93 margin-left:2px; 93 margin-left: 2px;
94 margin-right:4px; 94 margin-right: 4px;
95 } 95 }
96 .code-highlight { 96 .code-highlight {
97 padding: 0px; 97 padding: 0px;
98 margin-top: 5px; 98 margin-top: 5px;
99 margin-bottom: 5px; 99 margin-bottom: 5px;