Skip to content

Commit b685c78

Browse files
committed
change some styles
1 parent 507c1ec commit b685c78

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

css3-mediaqueries/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
pre { font-family: courier, monospace; font-weight: bold; white-space: pre-wrap }
1313
.example pre em { font-style: normal }
1414
span.label { font-style: italic }
15-
:lang(en) {display:none}
15+
:lang(en) {display:none !important}
1616
</style>
17+
<link type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC" rel=stylesheet>
1718
<link type="text/css" href="default.css" rel=stylesheet>
1819
<link type="text/css" href="trans.css" rel=stylesheet>
19-
<link type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC" rel=stylesheet>
2020
<body>
2121
<div class=headernotes>
2222
<p>이 문서는 <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries (W3C Recommendation 19 June 2012)</a>의 한국어 번역본입니다.<br>
@@ -528,7 +528,7 @@ <h2 id=media0><span class=secno>2. </span>미디어 쿼리</h2>
528528
<p lang="ko">
529529
미디어 쿼리 리스트가 공백(즉, 선언에 공백문자 혹은 빈 문자열)인 경우 true로 간주됩니다.
530530
</p>
531-
<p>If the media query list is empty (i.e. the declaration is the empty
531+
<p lang="en">If the media query list is empty (i.e. the declaration is the empty
532532
string or consists solely of whitespace) it evaluates to true.
533533

534534
<div class=example>
@@ -597,7 +597,7 @@ <h2 id=media0><span class=secno>2. </span>미디어 쿼리</h2>
597597
유저에이전트가 동작하고 있는 디바이스에서 적용할 수 없는 미디어 특성이 존재하는 경우,
598598
해당 미디어 특성과 관련하는 모든 식은 false가 됩니다.
599599
</p>
600-
<p>If a media feature does not apply to the device where the UA is running,
600+
<p lang="en">If a media feature does not apply to the device where the UA is running,
601601
expressions involving the media feature will be false.
602602

603603
<div class=example>

css3-mediaqueries/trans.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
@charset "UTF-8";
22

3+
body {
4+
line-height:1.8;
5+
font-family:"APPLE SD Gothic NEO", sans-serif;
6+
}
7+
pre, code {
8+
font-family: "SF Mono", "menlo", "monaco", monospace;
9+
}
10+
311
.headernotes {
412
margin: 0;
513
margin-bottom: 2em;

test/thumb.png

33 KB
Loading

0 commit comments

Comments
 (0)