You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/02/26 16:16:39 UTC

svn commit: r511846 - /lenya/branches/trunk-rework-pubconf/src/webapp/lenya/resources/css/default.css

Author: nettings
Date: Mon Feb 26 07:16:38 2007
New Revision: 511846

URL: http://svn.apache.org/viewvc?view=rev&rev=511846
Log:
fix botched css, sorry.

Modified:
    lenya/branches/trunk-rework-pubconf/src/webapp/lenya/resources/css/default.css

Modified: lenya/branches/trunk-rework-pubconf/src/webapp/lenya/resources/css/default.css
URL: http://svn.apache.org/viewvc/lenya/branches/trunk-rework-pubconf/src/webapp/lenya/resources/css/default.css?view=diff&rev=511846&r1=511845&r2=511846
==============================================================================
--- lenya/branches/trunk-rework-pubconf/src/webapp/lenya/resources/css/default.css (original)
+++ lenya/branches/trunk-rework-pubconf/src/webapp/lenya/resources/css/default.css Mon Feb 26 07:16:38 2007
@@ -20,7 +20,7 @@
 @import url(menu.css);
 @import url(tabs.css);
 @import url(boxes.css);
-
+  
 body {
     margin: 0px;
     padding: 0px;
@@ -46,27 +46,6 @@
 li {
     font-size: small;
 }
-
-td.lenya-content table {
-  margin-top:1em;
-/*
-  border:1px solid #dddccf;
-  border-collapse:collapse;
-*/
-}
-
-td.lenya-content td,td.lenya-content th {
-/*
-  border:1px solid #dddccf;
-  padding: 0 0.25em;
-*/
-}
-
-td.lenya-content th {
-  text-align:left;
-  font-weight:bold;
-}
-
 
 .lenya-header {
     vertical-align: bottom;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org