Fix Display of program, Fix table ronde
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user