Skip to content

Commit 934ff25

Browse files
committed
clean out orig example files
1 parent 9394651 commit 934ff25

10 files changed

+12
-755
lines changed

ch02/listing-2.1.html

-25
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,6 @@
55
font-size: 16px;
66
padding: 1em;
77
}
8-
9-
/* add "outline" class to artificially highlight margins */
10-
.padded.outline {
11-
position: relative;
12-
}
13-
.padded.outline::before,
14-
.padded.outline::after {
15-
content: '';
16-
display: block;
17-
position: absolute;
18-
outline: 2px dashed #999;
19-
outline-offset: -1px;
20-
}
21-
.padded.outline::before {
22-
top: 1em;
23-
right: 1em;
24-
bottom: 1em;
25-
left: 1em;
26-
}
27-
.padded.outline::after {
28-
top: 0;
29-
right: 0;
30-
bottom: 0;
31-
left: 0;
32-
}
338
</style>
349
</head>
3510

ch07/example-absolute.html

-112
This file was deleted.

ch07/example-fixed.html

-83
This file was deleted.

0 commit comments

Comments
 (0)