correct profile.css

This commit is contained in:
Wirlaburla 2023-06-28 19:50:04 -05:00
parent 0b1a324c23
commit 32d2171f9d

View File

@ -1,9 +1,3 @@
@import('tabbed-container.css');
body.profile {
font-style: Pixio;
}
body.profile .page-container { body.profile .page-container {
margin-left: auto; margin-right: auto; margin-left: auto; margin-right: auto;
max-width: 800px; max-width: 800px;
@ -12,11 +6,17 @@ body.profile .page-container {
padding: 2px; padding: 2px;
} }
body.profile .page-container .header-table td.tag .userlink { body.profile .page-container .header-table,
body.profile .page-container .tabbed-container .tablist,
div.button {
font-style: Pixio;
image-rendering: crisp-edges; image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges; image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast; image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated; image-rendering: pixelated;
}
body.profile .page-container .header-table td.tag .userlink {
font-size: 24px; font-size: 24px;
} }