[css] avoid repeating reset css
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 29 Apr 2010 11:09:03 +0200
changeset 5438 2a9181b82806
parent 5437 ac19fdcd297b
child 5442 3ed8afbbdf70
[css] avoid repeating reset css
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Mon Feb 15 22:15:02 2010 +0100
+++ b/web/data/cubicweb.css	Thu Apr 29 11:09:03 2010 +0200
@@ -3,14 +3,10 @@
  *  :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
  */
-/***************************************/
-/* xhtml tags styles                   */
+
 /***************************************/
-
-*{
-  margin:0px;
-  padding :0px;
-}
+/* xhtml tags                          */
+/***************************************/
 
 html, body {
   background: #e2e2e2;
@@ -78,7 +74,6 @@
 }
 
 table {
-  border-collapse: collapse;
   border: none;
 }
 
@@ -97,7 +92,6 @@
 
 ul{
   margin: 1px 0px 1px 4px;
-  list-style-type: none;
 }
 
 ul li {
@@ -138,10 +132,6 @@
   font-weight: bold;
 }
 
-iframe {
-  border: 0px;
-}
-
 pre {
   font-family: Courier, "Courier New", Monaco, monospace;
   font-size: 100%;