wam: Fix indentation

This commit is contained in:
Ignacio R. Morelle 2017-07-24 21:53:35 -04:00
parent a642233513
commit cf0a389e6f

View file

@ -26,7 +26,7 @@ tbody td {
td:hover div.type-tooltip,
td:hover div.desc-tooltip {
display: block;
position: absolute;
position: absolute;
left: 0;
top: 100%;
width: 16em;
@ -47,11 +47,11 @@ div.desc-tooltip pre {
border: none;
background: transparent;
white-space: pre-wrap;
word-wrap: break-word;
font: inherit;
margin: 0;
word-wrap: break-word;
font: inherit;
margin: 0;
padding: 0;
max-height: none;
max-height: none;
text-align: left;
}