X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=blobdiff_plain;f=heroik.css;fp=heroik.css;h=d58402fe13bc39ba4289081ac024d0d2aaba54e8;hp=0ebb50fb2116ee6eb0e90598d54a051f84642dc1;hb=74bdf0efe7106779b80e687e1c33f2e3f816ce08;hpb=065b7ea8f31441f055b383058b0f67d18dbf6393 diff --git a/heroik.css b/heroik.css index 0ebb50f..d58402f 100644 --- a/heroik.css +++ b/heroik.css @@ -280,7 +280,7 @@ select { box-shadow: 0.125em 0.125em 0.25em 0.0625em #aaa; transition: box-shadow 0.167s, border-color 0.167s; -webkit-transition: box-shadow 0.167s, border-color 0.167s; - text-align:-webkit-center !important; + text-align: center; font-weight: bold; } @@ -305,6 +305,16 @@ option { font-weight: normal; } +optgroup { + font-style: normal; + font-family: inherit; + text-align: center; +} + +optgroup + optgroup { + margin-top: 1px; +} + p, li { text-align: justify; -webkit-hyphens: auto;