Skip to content

Commit ae962ee

Browse files
committed
Commented-out off-site style sheets. (No off-site resources allowed in
documents under /TR.) Removed prefixed properties. (Only standard properties allowed in documents under /TR).
1 parent 4879771 commit ae962ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

css3-regions/alternate-spec-style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/*
12
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
23
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
4+
*/
35

46
body {
57
font-family: 'Droid Serif', serif;
@@ -356,10 +358,6 @@ table.values-desc td:first-child {
356358
position: absolute;
357359
margin-left: -120px;
358360
border-radius: 0.2em;
359-
-webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
360-
-ms-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
361-
-moz-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
362-
-o-box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
363361
box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
364362
}
365363

0 commit comments

Comments
 (0)