You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/02/19 19:02:44 UTC

svn commit: r911882 - /subversion/site/publish/style/site.css

Author: cmpilato
Date: Fri Feb 19 18:02:44 2010
New Revision: 911882

URL: http://svn.apache.org/viewvc?rev=911882&view=rev
Log:
* site/publish/style/site.css
  (ul): Explicitly clear margins in hopes of assisting some less-than-clueful
    browsers.

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=911882&r1=911881&r2=911882&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Fri Feb 19 18:02:44 2010
@@ -30,6 +30,9 @@
 a:hover {
   color: rgb(120,120,210);
 }
+ul {
+  margin: 0;
+}
 pre {
   border-color: #888;
   border-style: dotted solid solid dotted;