Skip to content

Commit

Permalink
Removed prefixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Dec 22, 2011
1 parent a8290ec commit 210bd31
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions style.css
Expand Up @@ -12,8 +12,6 @@ body {
padding:0 2.5em; padding:0 2.5em;
font-family: Palatino, 'Palatino Linotype', serif; font-family: Palatino, 'Palatino Linotype', serif;
background: #e8eff5 url('noise.png'); background: #e8eff5 url('noise.png');

-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }


Expand Down Expand Up @@ -103,15 +101,7 @@ body > p > a:hover {
#patterns > li:not(:target) { #patterns > li:not(:target) {
cursor:pointer; cursor:pointer;
background-color:gray; background-color:gray;

-moz-border-radius: 150px;
-webkit-border-radius: 150px;
border-radius: 150px; border-radius: 150px;

-moz-box-shadow: -3px -3px 10px 2px rgba(0,0,0,.3) inset,
0 0 0 15px rgba(255, 255, 255, .6) inset,
0 0 0 1px rgba(0,0,0,.5),
2px 2px 10px rgba(0,0,0,.6);
box-shadow: -3px -3px 10px 2px rgba(0,0,0,.3) inset, box-shadow: -3px -3px 10px 2px rgba(0,0,0,.3) inset,
0 0 0 15px rgba(255, 255, 255, .6) inset, 0 0 0 15px rgba(255, 255, 255, .6) inset,
0 0 0 1px rgba(0,0,0,.5), 0 0 0 1px rgba(0,0,0,.5),
Expand Down Expand Up @@ -213,18 +203,9 @@ body > p > a:hover {
padding: .5em; padding: .5em;
border:0; border:0;
font-family: Consolas, Monaco, 'Andale Mono', monospace; font-family: Consolas, Monaco, 'Andale Mono', monospace;

-moz-resize:vertical;
resize:vertical; resize:vertical;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;

-moz-box-shadow: 1px 1px 10px black inset;
-webkit-box-shadow: 1px 1px 10px black inset;
box-shadow: 1px 1px 10px black inset; box-shadow: 1px 1px 10px black inset;

border-radius: 1px; /* Opera bug fix */ border-radius: 1px; /* Opera bug fix */
} }


Expand All @@ -246,13 +227,7 @@ body > p > a:hover {
background: rgba(20,20,20,.7); background: rgba(20,20,20,.7);
text-align:center; text-align:center;
text-shadow: 1px 1px 3px black; text-shadow: 1px 1px 3px black;

-moz-border-radius:1em;
-webkit-border-radius:1em;
border-radius:1em; border-radius:1em;

-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
box-shadow: 1px 1px 5px rgba(0,0,0,.5); box-shadow: 1px 1px 5px rgba(0,0,0,.5);
} }


Expand Down

0 comments on commit 210bd31

Please sign in to comment.