Skip to content

Commit 42cdad1

Browse files
author
John Daggett
committed
[css3-fonts] fixup after tab's monospace font switch
1 parent a4a1403 commit 42cdad1

2 files changed

Lines changed: 4 additions & 34 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
margin-bottom: 1em;
4949
}
5050

51-
pre {
52-
font-size: 100%;
53-
}
54-
5551
#authors dd {
5652
margin-bottom: 0;
5753
}
@@ -81,32 +77,6 @@
8177
page-break-inside: avoid;
8278
}
8379

84-
/*
85-
.data {
86-
margin: 1em auto;
87-
border-collapse: collapse;
88-
}
89-
90-
.data caption {
91-
width: 100%;
92-
text-align: center;
93-
}
94-
95-
.data td, .data th {
96-
padding-left: 0.5em;
97-
padding-right: 0.5em;
98-
text-align: center;
99-
}
100-
101-
.data thead th:first-child {
102-
text-align: right;
103-
}
104-
105-
.data tbody th:first-child {
106-
text-align: left;
107-
padding-left: 0.5em;
108-
}
109-
*/
11080
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
11181

11282
div.featex {
@@ -134,15 +104,15 @@
134104

135105
<h1>CSS Fonts Module Level 3</h1>
136106

137-
<h2 class="no-num no-toc" id=editors-draft-4-september-2012>Editor's Draft
138-
4 September 2012</h2>
107+
<h2 class="no-num no-toc" id=editors-draft-5-september-2012>Editor's Draft
108+
5 September 2012</h2>
139109

140110
<dl id=authors>
141111
<dt>This version:
142112

143113
<dd><a
144114
href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
145-
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-fonts-20120904/">http://www.w3.org/TR/2012/ED-css3-fonts-20120904/</a> -->
115+
<!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-fonts-20120905/">http://www.w3.org/TR/2012/ED-css3-fonts-20120905/</a> -->
146116

147117

148118
<dt>Latest version:

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pre {
5353
}
5454

5555
pre, code {
56-
font-family: "Consolas", "DejaVu Sans Mono", "Andale Mono", monospace;
56+
font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
5757
font-size: .9em;
5858
}
5959

0 commit comments

Comments
 (0)