Files
fail/tools/analysis/VisualFAIL/css/myStyle.css
Horst Schirmeier d536cc72aa 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
2015-01-08 15:06:58 +01:00

24 lines
256 B
CSS

body {
min-height: 2000px;
padding-top: 70px;
}
/* Custom container */
.container-full {
margin: 0 auto;
padding: 0 15px;
width: 100%;
}
.logo {
padding: 0 0 0 30px;
}
.sourcecode {
font-weight: bold;
}
#analyse {
margin: 20px 0 0 0;
}