correct profile.css
This commit is contained in:
parent
0b1a324c23
commit
32d2171f9d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user