[Python-checkins] cpython (2.7): Remove trailing whitespace.

ezio.melotti python-checkins at python.org
Sat Nov 3 17:29:44 CET 2012


http://hg.python.org/cpython/rev/d73110888af5
changeset:   80194:d73110888af5
branch:      2.7
parent:      80190:eb7ea51e658e
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Nov 03 18:24:11 2012 +0200
summary:
  Remove trailing whitespace.

files:
  Doc/tools/sphinxext/static/basic.css |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css
--- a/Doc/tools/sphinxext/static/basic.css
+++ b/Doc/tools/sphinxext/static/basic.css
@@ -253,8 +253,8 @@
 
 table.docutils td, table.docutils th {
     padding: 2px 5px 2px 5px;
-    border-left: 0;    
-    background-color: #eef;    
+    border-left: 0;
+    background-color: #eef;
 }
 
 table.docutils td p.last, table.docutils th p.last {
@@ -270,7 +270,7 @@
 }
 
 table.docutils th {
-    border-top: 1px solid #cac;    
+    border-top: 1px solid #cac;
     background-color: #ede;
 }
 
@@ -280,7 +280,7 @@
 }
 
 th.head {
-    text-align: center;    
+    text-align: center;
 }
 
 /* -- other body styles ----------------------------------------------------- */

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list