changeset 3474:2e703c3ef0b8 beta

codecleaner spaces on :
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Mar 2013 02:03:16 +0100
parents b30a842bc164
children f134d125fb67
files rhodecode/public/css/codemirror.css rhodecode/public/css/pygments.css
diffstat 2 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/codemirror.css	Wed Mar 06 01:53:55 2013 +0100
+++ b/rhodecode/public/css/codemirror.css	Wed Mar 06 02:03:16 2013 +0100
@@ -171,4 +171,4 @@
     visibility: hidden;
   }
 
-}
+}
\ No newline at end of file
--- a/rhodecode/public/css/pygments.css	Wed Mar 06 01:53:55 2013 +0100
+++ b/rhodecode/public/css/pygments.css	Wed Mar 06 02:03:16 2013 +0100
@@ -14,7 +14,7 @@
 div.codeblock .code-header {
     border-bottom: 1px solid #CCCCCC;
     background: #EEEEEE;
-    padding:10px 0 10px 0;
+    padding: 10px 0 10px 0;
 }
 
 div.codeblock .code-header .stats {
@@ -26,38 +26,38 @@
 }
 
 div.codeblock .code-header .stats .left {
-    float:left;
+    float: left;
 }
 div.codeblock .code-header .stats .left.img {
-    margin-top:-2px;
+    margin-top: -2px;
 }
 div.codeblock .code-header .stats .left.item {
-    float:left;
+    float: left;
     padding: 0 9px 0 9px;
-    border-right:1px solid #ccc;
+    border-right: 1px solid #ccc;
 }
 div.codeblock .code-header .stats .left.item pre {
 }
 div.codeblock .code-header .stats .left.item.last {
-    border-right:none;
+    border-right: none;
 }
 div.codeblock .code-header .stats .buttons {
-    float:right;
-    padding-right:4px;
+    float: right;
+    padding-right: 4px;
 }
 
 div.codeblock .code-header .author {
-    margin-left:25px;
+    margin-left: 25px;
     font-weight: bold;
     height: 25px;
 }
 div.codeblock .code-header .author .user {
-    padding-top:3px;
+    padding-top: 3px;
 }
 div.codeblock .code-header .commit {
-    margin-left:25px;
+    margin-left: 25px;
     font-weight: normal;
-    white-space:pre;
+    white-space: pre;
 }
 
 div.codeblock .code-body table {
@@ -90,8 +90,8 @@
     display: block;
 }
 div.annotatediv {
-    margin-left:2px;
-    margin-right:4px;
+    margin-left: 2px;
+    margin-right: 4px;
 }
 .code-highlight {
     padding: 0px;
@@ -170,4 +170,4 @@
 .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */
 .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */
 .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */
-.code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
+.code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
\ No newline at end of file