visualfail: less duplicate HTML IDs

... and a lot less unneeded IDs, reducing the amount of data to be
transferred to the client.

Change-Id: I071920fd4d8039d2f3d1f5d8c41c2c3ddd639617
This commit is contained in:
Horst Schirmeier
2015-01-08 12:05:01 +01:00
parent 874e5881b7
commit d536cc72aa
3 changed files with 15 additions and 9 deletions

View File

@ -14,6 +14,10 @@ body {
padding: 0 0 0 30px;
}
.sourcecode {
font-weight: bold;
}
#analyse {
margin: 20px 0 0 0;
}
}