Skip to content

Commit 417d721

Browse files
committed
style sheet fixes...
1 parent a7b4518 commit 417d721

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

css-color-3/Overview.html

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
h4 {font-size:130%}
6666
h5 {font-size:120%}
6767
h6 {font-size:110%}
68+
.css::before, .css::after, .property::before, .property::after { content: none !important;}
6869
</style>
6970
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
7071
type="text/css">

css-color-3/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
h4 {font-size:130%}
4848
h5 {font-size:120%}
4949
h6 {font-size:110%}
50+
.css::before, .css::after, .property::before, .property::after { content: none !important;}
5051
</style>
5152
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
5253
<script src='http://test.csswg.org/harness/annotate.js#css-color-3_dev' type='text/javascript' defer></script>

css-conditional/Overview.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<meta content="http://dev.w3.org/csswg/css3-conditional/"
1919
name=dcterms.identifier>
2020
<link href="../default.css" rel=stylesheet type="text/css">
21+
<style>.css::before, .css::after, .property::before, .property::after { content: none !important;}</style>
2122
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
2223
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
2324
type="text/css">

css-conditional/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>CSS Conditional Rules Module Level 3</title>
77
<link rel="stylesheet" type="text/css" href="../default.css">
8+
<style>.css::before, .css::after, .property::before, .property::after { content: none !important;}</style>
89
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
910
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1011
<script src="http://test.csswg.org/harness/annotate.js#css-conditional-3_dev"

css-ui/Overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
h1+h2 {page-break-before: avoid}
3535
h2 {page-break-before: always}
3636
dd p:first-child { margin-top:0 }
37-
37+
.css::before, .css::after, .property::before, .property::after { content: none !important;}
3838
</style>
3939
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
4040
type="text/css"><!-- toggle to W3C-WD for TR publication, W3C-ED for editing -->

css-ui/Overview.src.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
h1+h2 {page-break-before: avoid}
2323
h2 {page-break-before: always}
2424
dd p:first-child { margin-top:0 }
25-
25+
.css::before, .css::after, .property::before, .property::after { content: none !important;}
2626
</style>
2727
<link rel="stylesheet" type="text/css"
2828
href="http://www.w3.org/StyleSheets/TR/W3C-ED">

default.css

+1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
}
315315
@supports (text-decoration-color: silver) {
316316
a:link, a:visited {
317+
border-bottom: none;
317318
text-decoration: underline;
318319
text-decoration-color: silver;
319320
}

0 commit comments

Comments
 (0)