Classic tweaks.

This commit is contained in:
z3d
2010-11-25 14:54:46 +00:00
parent 00aa884a72
commit c66b787006

View File

@ -523,10 +523,10 @@ h2 {
padding: 10px;
border: 1px solid #89f;
letter-spacing: 0.04em;
font-variant: small-caps;
text-transform: capitalize;
/* font-variant: small-caps; */
text-transform: uppercase;
background: #fff;
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.7);
text-shadow: 0px 1px 1px #99f;
}
h3 {
@ -536,6 +536,8 @@ h3 {
letter-spacing: 0.04em;
margin-bottom: 10px;
background: #fff;
text-transform: uppercase;
text-shadow: 0px 1px 1px #99f;
}
h2, h3 {