timeline/css/timeline.css
changeset 96 7d1c2c21d891
parent 95 907a53a35a95
child 97 0444ad28e6ba
--- a/timeline/css/timeline.css	Wed Sep 04 18:23:51 2013 +0200
+++ b/timeline/css/timeline.css	Thu Sep 19 19:34:29 2013 +0200
@@ -1,52 +1,3 @@
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed, 
-figure, figcaption, footer, header, hgroup, 
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
-    margin: 0;
-    padding: 0;
-    border: 0;
-    font-size: 100%;
-    font: inherit;
-    vertical-align: baseline;
-}
-
-ul, li {
-    list-style: none;
-}
-
-input::-moz-focus-inner /*Remove button padding in FF*/
-{ 
-    border: 0;
-    padding: 0;
-}
-
-table {
-    border-collapse: separate; border-spacing: 0;
-}
-
-th, td {
-    vertical-align: top;
-}
-
-img a {
-    border: none;
-}
-
-body {
-    font-size: 10px; font-family: Arial, Helvetica, sans-serif;
-}
-
-/************************************************/
-
 .Tl-Main {
     font-family: Arial, Helvetica, sans-serif; text-align: left;
     position: relative;
@@ -123,7 +74,7 @@
 }
 
 .Tl-Occurrence {
-    width: 38px; height: 38px; cursor: pointer; border: 2px solid rgba(255,255,255,.9);
+    width: 32px; height: 32px; cursor: pointer; border: 2px solid rgba(255,255,255,.9);
 }
 
 .Tl-Occurrence img {