? .DS_Store
? .buildpath
? .git
? .project
? .settings
? geshifilter.kpf
? translations/.DS_Store
Index: geshifilter.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geshifilter/geshifilter.css,v
retrieving revision 1.7
diff -u -b -u -p -r1.7 geshifilter.css
--- geshifilter.css	18 Jan 2008 22:58:39 -0000	1.7
+++ geshifilter.css	16 Aug 2009 19:06:03 -0000
@@ -7,7 +7,7 @@
  */
 
 
-/* inline source code */
+/* Inline source code. */
 span.geshifilter {
   display: inline;
   padding: 0;
@@ -15,29 +15,37 @@ span.geshifilter {
   border: none;
 }
 
-/* block source code */
+/* Source code block. */
 div.geshifilter {
   display: block;
   padding: 0.5em;
   margin: 0.5em;
   border: 1px solid #ccc;
   background-color: #f8f8f8;
+  color: #222;
   line-height: 1.3;
+  overflow: auto;
 }
 
-div.geshifilter > pre, div.geshifilter > div {
+/* Reset the 'pre' styling in a geshifilter block. */
+div.geshifilter pre {
   margin: 0;
   padding: 0;
-  overflow: auto;
 }
 
-div.geshifilter > pre ol, div.geshifilter > div ol {
-  padding-left: 1em;
+/**
+ * Styling for 'ol'-based line numbering.
+ * Reset some important rules (e.g. spacing, margins, paddings, list styles)
+ * for the 'ol' and 'li' elements.
+ */
+div.geshifilter ol {
+  margin: 0;
+  padding: 0 0 0 4em;
+  list-style-position: outside;
+  list-style-type: decimal;
 }
 
-/* Set line-height for syntax highlighting with line numbers */
-.geshifilter ol {
+div.geshifilter li {
   margin: 0;
-  line-height: 1.3;
+  padding: 0;
 }
-
