Skip to content
Snippets Groups Projects
Commit 56d66e5c authored by jh's avatar jh
Browse files

removed -moz- CSS prefixes from border-radius and box-shadow

(prefixed versions unsupported since Gecko 13)
parent 32ffdde1
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@
margin: 1em 0;
padding: 1em;
border: 1px solid #FF9999;
-moz-border-radius: 8px;
border-radius: 8px;
background: #FFFF99;
color: black;
font-size: 1.1em;
......@@ -177,7 +177,7 @@
background: #FFFF99;
color: black;
font-size: 1.1em;
-moz-box-shadow: #D6D6D2 1px 1px;
box-shadow: #D6D6D2 1px 1px;
}
.shout {
......@@ -514,7 +514,7 @@
padding: .1em 1em 0em 0em;
margin: 2em 0em 1.2em .2em;
background-color: rgb(217, 219, 225);
-moz-border-radius: .4em;
border-radius: .4em;
}
.fieldset:hover {
......@@ -549,7 +549,7 @@
color: rgb(0, 51, 153);
letter-spacing: .1em;
background-color: white;
-moz-border-radius: .6em .6em .2em .2em;
border-radius: .6em .6em .2em .2em;
opacity: .7;
border-top: thin solid rgb(223,220,217);
border-right: thin solid rgb(178,176,174);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment