Skip to content

Commit 9f44cf1

Browse files
committed
Adding missing example image
1 parent b567196 commit 9f44cf1

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

18.1 KB
Loading

shared/style/alternate-spec-style.css

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
33
@import url(../fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
44

55

6+
@media screen and (min-width: 68em){
7+
.issue-marker {
8+
position: absolute;
9+
width: 20ex;
10+
margin-left: -22ex;
11+
text-align: right;
12+
margin-bottom: 1em;
13+
}
14+
15+
div.issue-marker .issue-marker {
16+
position: static;
17+
width: auto;
18+
margin-left: 0;
19+
text-align: right;
20+
}
21+
22+
div.issue-marker {
23+
position: absolute;
24+
width: 20ex;
25+
margin-left: -22ex;
26+
}
27+
}
28+
29+
@media screen and (max-width: 68em){
30+
.issue-marker {
31+
margin-bottom: 1em;
32+
}
33+
34+
.issue-marker a:link {
35+
padding-left: 0.5em;
36+
}
37+
}
38+
39+
.big.note {
40+
font-size: 1.2em;
41+
line-height: 1.3em;
42+
color: #2f2f2f;
43+
}
44+
45+
#mobile-logo {
46+
display: none;
47+
}
48+
649
body {
750
font-family: 'DroidSerif', 'Droid Serif', serif;
851
font-size: 15px;

0 commit comments

Comments
 (0)