Skip to content

Commit d073684

Browse files
author
Travis CI
committed
Update manual from a7237e9
1 parent 4321914 commit d073684

File tree

1 file changed

+69
-14
lines changed

1 file changed

+69
-14
lines changed

manual/latest/haskell-mode.css

+69-14
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,79 @@
22
@import url("http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic&subset=latin,latin-ext");
33
@import url("http://fonts.googleapis.com/css?family=Source Code Pro");
44

5-
body {font-family: Lato, Arial, sans-serif; font-feature-settings: "kern", "liga", "clig", "calt"; font-size: 14pt; line-height: 1.35; }
6-
body {width: 800px; margin: 0 auto;}
7-
table.menu {width: 700px; margin-left: 50px; }
5+
body {
6+
font-family: Lato, Arial, sans-serif;
7+
font-feature-settings: "kern", "liga", "clig", "calt";
8+
font-size: 1em;
9+
line-height: 1.3em;
10+
}
11+
body {
12+
width: 800px;
13+
margin: 0 auto;
14+
}
15+
table.menu {
16+
width: 700px;
17+
margin-left: 50px;
18+
}
819
/* makeinfo 5.2 */
9-
div.header p {margin: 0; text-align: right;}
10-
div.header {background-color: #9a98bd; background: linear-gradient(#CDCCDE,#A9A7CD);}
20+
div.header p {
21+
margin: 0;
22+
text-align: right;
23+
}
24+
div.header {
25+
background-color: #9a98bd;
26+
background: linear-gradient(#CDCCDE,#A9A7CD);
27+
}
1128
/* makeinfo 4.8 */
12-
div.node {background-color: #9a98bd; background: linear-gradient(#CDCCDE,#A9A7CD);}
13-
div.node p {margin: 0; text-align: right;}
14-
div.node hr {margin: 0;}
29+
div.node {
30+
background-color: #9a98bd;
31+
background: linear-gradient(#CDCCDE,#A9A7CD);
32+
}
33+
div.node p {
34+
margin: 0;
35+
text-align: right;
36+
}
37+
div.node hr {
38+
margin: 0;
39+
}
1540

16-
div.footnote h3 {display: inline; font-size: normal;}
41+
div.footnote h3 {
42+
display: inline;
43+
font-size: normal;
44+
}
1745
/* makeinfo up to 5.2 cannot pass on unicode characters without messing them up */
18-
a[rel="up"]:before {content: " \2191 "; /* ↑ */}
19-
a[rel="prev"]:before {content: " \2190 "; /* ← */}
20-
a[rel="next"]:before {content: " \2192 "; /* → */}
21-
code, kbd, samp, pre { font-family: "Source Code Pro", Menlo, Inconsolata, monospace;}
22-
kbd {font-style:normal}
46+
a[rel="up"]:before {
47+
content: " \2191 "; /* ↑ */
48+
}
49+
a[rel="prev"]:before {
50+
content: " \2190 "; /* ← */
51+
}
52+
a[rel="next"]:before {
53+
content: " \2192 "; /* → */
54+
}
55+
code, kbd, samp, pre {
56+
font-size: 85%;
57+
font-family: "Source Code Pro", Menlo, Inconsolata, monospace;
58+
}
59+
code, pre, samp {
60+
background-color: rgba(0,0,0,0.04);
61+
border-radius: 3px;
62+
}
63+
64+
kbd {
65+
display: inline-block;
66+
padding: 3px 5px;
67+
font-style:normal;
68+
line-height: 0.8em;
69+
color: #555;
70+
vertical-align: middle;
71+
background-color: #fcfcfc;
72+
border: solid 1px #ccc;
73+
border-bottom-color: #bbb;
74+
border-radius: 3px;
75+
box-shadow: inset 0 -1px 0 #bbb;
76+
}
77+
2378
div.background {
2479
position: fixed;
2580
z-index: -1;

0 commit comments

Comments
 (0)