scratch-resources/resources/resources.css
chrisgarrity 6031ef2d3e Lint
Figured it would be good to add lint and have Travis check. Modified rules to avoid a complete rewrite of the bucket listing code. Their style doesn’t match Scratch team’s.
2017-06-09 17:07:34 -04:00

23 lines
No EOL
323 B
CSS

body {
color: hsla(0, 0, 42, 1); //#6B6B6B
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 1rem;
font-weight: 300;
}
a {text-decoration: none;}
th {
text-align: left;
}
td {
min-width: 12rem;
}
td.type-icon {
min-width: 0;
}
#listing img {
max-height: 1.5rem;
}