Skip to content

Commit 6f7f42d

Browse files
committed
Removed redundant style rules.
1 parent 0e4fd24 commit 6f7f42d

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

css3-layout/Overview.src.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="default.css" rel=stylesheet type="text/css">
99

1010
<style type="text/css">
11-
/* Just in case an incorrect 'max-width' occurs in default.css */
11+
/* Just in case an incorrect max-width occurs in default.css */
1212
body {max-width: none !important}
1313

1414
.prod { font-family: inherit; font-size: inherit }
@@ -24,23 +24,6 @@
2424
padding: 1.1em 0.4em 0.6em 0.4em}
2525

2626
.example .visible {border: thin dotted silver}
27-
28-
/* delete this block when you've cleared out all the .replaceme elements */
29-
.replaceme {
30-
border: solid red;
31-
padding: 0 0.5em;
32-
margin: 0 0.1em;
33-
background: yellow;
34-
color: green;
35-
}
36-
.replaceme:before {
37-
content: "FIXME(";
38-
color: black;
39-
}
40-
.replaceme:after {
41-
content: ")";
42-
color: black;
43-
}
4427
</style>
4528

4629
<link href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" rel=stylesheet

0 commit comments

Comments
 (0)