hugo-sandstorm/public/stylesheets/style.css
JJ ade02835e4 Improved app back-end layout
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.
2017-03-18 14:30:21 +01:00

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;
}