Fix Display of program, Fix table ronde

This commit is contained in:
2015-10-11 15:13:45 +02:00
parent 40861a51ae
commit e958bf04cb
6 changed files with 201 additions and 328 deletions
+11 -3
View File
@@ -21,13 +21,14 @@ TabDisplay = [
}
.SvgBody {
padding: 0px;
background-color: transparent;
/* background-color: transparent; */
}
.EvtBox {
font-size: 0.7em;
line-height: 1.2em;
padding:5px;
height:100%;
max-width: 100%;
}
.EvtBox a {
color: #666;
@@ -37,8 +38,15 @@ svg {
shape-rendering: crispEdges;
}
rect {
stroke-width: 0px;
rect{fill:red;
stroke:none;
shape-rendering:crispEdges;
}
svg {
margin: 1.5em auto;
max-width: 100%;
display: block;
}
.axis path,