Inconsequential tidying

This commit is contained in:
ryliejamesthomas 2021-10-14 18:03:37 +11:00
parent be871293ee
commit 564b509ea3
1 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,6 @@
some practically general ones will be in the
Board styling section
*/
abbr {
@ -13,6 +12,13 @@ abbr {
body {
margin:0;
padding:1em;
/* If you want pixely images to get scaled cleanly,
un-comment these 'image-rendering' lines.
You need both 'crisp-edges' and 'pixelated'
to get decent browser support.
image-rendering:crisp-edges;
image-rendering:pixelated;
*/
}
img {
@ -242,7 +248,7 @@ main#titlescreen section#splash {
.align_bottom {text-align:bottom;}
.align_left {text-align:left;}
.align_hcenter {text-align:center;}
/* .align_vcenter {} A PAIN */
/*.align_vcenter { display:inline-block; vertical-align:middle; } FIXME */
/* Keep image's original size */
.no_scale {