Skip to content

Commit 11be24b

Browse files
committed
Fixed font family names. Increased text contrast (made colors darker)
1 parent 1c60cb4 commit 11be24b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

alternate-spec-style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
2-
font-family: 'DroidSerifRegular', 'Droid Serif', serif;
2+
font-family: 'DroidSerif', 'Droid Serif', serif;
33
font-size: 15px;
4-
color: #2f2f2f;
4+
color: #1f1f1f;
55
line-height: 1.7em;
66
padding-left: 8em;
77
}
@@ -34,7 +34,7 @@ img[alt='W3C'] {
3434
}
3535

3636
h1, h2, h3, h4, h5, h6 {
37-
color: #4f4f4f;
37+
color: #2f2f2f;
3838
font-weight: bold;
3939
}
4040

@@ -59,7 +59,7 @@ h2, h3, h4, h5, h6 {
5959
}
6060

6161
h1, h2, h3, h4, h5, h6, table, th, tr, td {
62-
font-family: 'DroidSerifRegular', 'Droid Serif', serif;
62+
font-family: 'DroidSerif', 'Droid Serif', serif;
6363
}
6464

6565
h1+h2 {
@@ -105,8 +105,8 @@ pre {
105105

106106
pre, code {
107107
font-family: 'DroidSansMonoRegular', 'Droid Sans Mono', Inconsolata, monospace;
108-
font-size: 83%;
109-
line-height: 1.4em;
108+
font-size: 89%;
109+
line-height: 1.45em;
110110
}
111111

112112
code.xml, code.html, code.css {

css3-regions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
20742074

20752075
<!-- template markup for issues pulled from Bugzilla -->
20762076
<script type="text/template" id="issue-template">
2077-
<div class="issue-marker" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
2077+
<div class="issue-marker" style="display:none" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
20782078
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Bug-{{bug_id}}</a>
20792079
<div class="issue-details">
20802080
<p class="short-desc">{{short_desc}}</p>

0 commit comments

Comments
 (0)