web/data/cubicweb.reset.css
changeset 5819 1017163825c7
parent 5479 6ba3587c5cda
child 7743 e55e439a6888
--- a/web/data/cubicweb.reset.css	Mon Jun 21 16:01:57 2010 +0200
+++ b/web/data/cubicweb.reset.css	Mon Jun 21 16:13:41 2010 +0200
@@ -10,53 +10,44 @@
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
-	margin: 0;
-	padding: 0;
-	border: 0;
-	outline: 0;
-	font-size: 100%;
-	vertical-align: baseline;
-	background: transparent;
+  margin: 0;
+  padding: 0;
+  border: 0;
+  outline: 0;
+  font-size: 100%;
+  vertical-align: baseline;
+  background: transparent;
 }
 body {
-	line-height: 1;
+  line-height: 1;
 }
 ol, ul {
-	list-style: none;
+  list-style: none;
 }
 blockquote, q {
-	quotes: none;
+  quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
-	content: '';
-	content: none;
+  content: '';
+  content: none;
 }
 
 /* remember to define focus styles! */
 :focus {
-	outline: 0;
+  outline: 0;
 }
 
 /* remember to highlight inserts somehow! */
 ins {
-	text-decoration: none;
+  text-decoration: none;
 }
 del {
-	text-decoration: line-through;
+  text-decoration: line-through;
 }
 
 /* tables still need 'cellspacing="0"' in the markup */
 table {
-	border-collapse: collapse;
-	border-spacing: 0;
-}
-
-/* Logilab */
-img{
- border: none;
-}
-
-fieldset {
-  border: none;
-}
+  border-collapse: collapse;
+  border-spacing: 0;
+}
\ No newline at end of file