web/data/cubicweb.reset.css
changeset 5819 1017163825c7
parent 5479 6ba3587c5cda
child 7743 e55e439a6888
equal deleted inserted replaced
5818:6d8c479fcd98 5819:1017163825c7
     8 small, strike, strong, sub, sup, tt, var,
     8 small, strike, strong, sub, sup, tt, var,
     9 b, u, i, center,
     9 b, u, i, center,
    10 dl, dt, dd, ol, ul, li,
    10 dl, dt, dd, ol, ul, li,
    11 fieldset, form, label, legend,
    11 fieldset, form, label, legend,
    12 table, caption, tbody, tfoot, thead, tr, th, td {
    12 table, caption, tbody, tfoot, thead, tr, th, td {
    13 	margin: 0;
    13   margin: 0;
    14 	padding: 0;
    14   padding: 0;
    15 	border: 0;
    15   border: 0;
    16 	outline: 0;
    16   outline: 0;
    17 	font-size: 100%;
    17   font-size: 100%;
    18 	vertical-align: baseline;
    18   vertical-align: baseline;
    19 	background: transparent;
    19   background: transparent;
    20 }
    20 }
    21 body {
    21 body {
    22 	line-height: 1;
    22   line-height: 1;
    23 }
    23 }
    24 ol, ul {
    24 ol, ul {
    25 	list-style: none;
    25   list-style: none;
    26 }
    26 }
    27 blockquote, q {
    27 blockquote, q {
    28 	quotes: none;
    28   quotes: none;
    29 }
    29 }
    30 blockquote:before, blockquote:after,
    30 blockquote:before, blockquote:after,
    31 q:before, q:after {
    31 q:before, q:after {
    32 	content: '';
    32   content: '';
    33 	content: none;
    33   content: none;
    34 }
    34 }
    35 
    35 
    36 /* remember to define focus styles! */
    36 /* remember to define focus styles! */
    37 :focus {
    37 :focus {
    38 	outline: 0;
    38   outline: 0;
    39 }
    39 }
    40 
    40 
    41 /* remember to highlight inserts somehow! */
    41 /* remember to highlight inserts somehow! */
    42 ins {
    42 ins {
    43 	text-decoration: none;
    43   text-decoration: none;
    44 }
    44 }
    45 del {
    45 del {
    46 	text-decoration: line-through;
    46   text-decoration: line-through;
    47 }
    47 }
    48 
    48 
    49 /* tables still need 'cellspacing="0"' in the markup */
    49 /* tables still need 'cellspacing="0"' in the markup */
    50 table {
    50 table {
    51 	border-collapse: collapse;
    51   border-collapse: collapse;
    52 	border-spacing: 0;
    52   border-spacing: 0;
    53 }
    53 }
    54 
       
    55 /* Logilab */
       
    56 img{
       
    57  border: none;
       
    58 }
       
    59 
       
    60 fieldset {
       
    61   border: none;
       
    62 }