[Yanel-commits] rev 40792 - public/yanel/contributions/resources/xinha/htdocs/css

simon at wyona.com simon at wyona.com
Thu Jan 8 00:52:36 CET 2009


Author: simon
Date: 2009-01-08 00:52:35 +0100 (Thu, 08 Jan 2009)
New Revision: 40792

Modified:
   public/yanel/contributions/resources/xinha/htdocs/css/xinha-resource.css
Log:
overwrite definitions, made in global.css but not in xinha.css, disturbing the editors style

Modified: public/yanel/contributions/resources/xinha/htdocs/css/xinha-resource.css
===================================================================
--- public/yanel/contributions/resources/xinha/htdocs/css/xinha-resource.css	2009-01-07 23:43:39 UTC (rev 40791)
+++ public/yanel/contributions/resources/xinha/htdocs/css/xinha-resource.css	2009-01-07 23:52:35 UTC (rev 40792)
@@ -10,4 +10,14 @@
   height:160px;
   overflow:auto;
   position:relative;
+}
+
+/* kind a hack. had to overwrite definitions, made in global.css but not in xinha.css, disturbing the editors style */
+#content .htmlarea table {
+  border:0px;
+}
+
+#content .htmlarea td {
+  border:0px;
+  padding:0px;
 }
\ No newline at end of file



More information about the Yanel-commits mailing list