|
|
@ -12,6 +12,7 @@ body {
|
|
|
|
#toolbar {
|
|
|
|
#toolbar {
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
border: 0;
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
@ -125,7 +126,6 @@ body.f table tr.f {
|
|
|
|
|
|
|
|
|
|
|
|
body #content td {
|
|
|
|
body #content td {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-top: none;
|
|
|
|
|
|
|
|
min-width: 0.5em;
|
|
|
|
min-width: 0.5em;
|
|
|
|
padding: 3px;
|
|
|
|
padding: 3px;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
@ -133,9 +133,6 @@ body #content td {
|
|
|
|
word-break: break-all;
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#content table tr td {
|
|
|
|
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#content table tr td:first-of-type {
|
|
|
|
#content table tr td:first-of-type {
|
|
|
|
border-left: none;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|