ade02835e4
I moved the publicId stuff directly in main index view to avoid an ugly iframe here which needs scrolling up and down to see all of the content. Furthermore I added some more descriptive text and a basic formatted layout to improve readability.
17 lines
171 B
CSS
17 lines
171 B
CSS
body {
|
|
padding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
table {
|
|
text-align: left;
|
|
}
|
|
|
|
td {
|
|
padding 0 10 0 10;
|
|
}
|