Skip to content

Commit 47982e7

Browse files
authored
Merge pull request #20 from ladybirdweb/release-v3.2
Release v3.2
2 parents 498ccb8 + 5fdb034 commit 47982e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+31523
-1080
lines changed

Documentation/css/bootstrap.min.css

Lines changed: 12057 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/css/custom.css

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
img { max-width: 95%; height: auto; }
2+
dl { margin-top: 0; margin-bottom: 10px; }
3+
dd { margin-bottom: 3px; }
4+
section { font-size: 16px; }
5+
section, aside { padding-top: 1px; }
6+
li p { margin: 0; }
7+
li hr { margin: 5px 0; }
8+
li img { margin-bottom: 10px; }
9+
aside .page-header { margin-top: 0; }
10+
pre .label { font-size: 0.85em; font-weight: normal; padding: 0.05em 0.3em 0.1em; }
11+
pre .label.pull-right { ; padding: 0.1em 0.5em 0.2em; }
12+
code .label { margin: -4px; }
13+
.small { font-size: 0.8em; }
14+
.icons-ul { list-style: none; padding-left: 0; margin-left: 2.1em;}
15+
.dl-horizontal .foldering { margin-top: 1em; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-weight: normal; }
16+
.text-inherit { color: inherit; }
17+
.area-bordered { margin-bottom: 30px; padding: 10px; border: 1px solid #ccc; background: #f5f5f5; border-radius: 4px; }
18+
.to-top a { text-decoration: none !important; color: #999 !important; background: #fff !important; position: relative; top: -41px; }
19+
#header, #footer hr, .to-top hr { border-color: #ccc; }
20+
pre {display: block;padding: 9.5px;margin: 0 0 30px;font-size: 13px;line-height: 1.428571429;color: #333;word-break: break-all;word-wrap: break-word;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px;}
21+
code, pre {font-family: Monaco, Menlo, Consolas, "Courier New", monospace;}
22+
pre {white-space: pre-wrap;}
23+
@media (min-width: 768px) {
24+
.dl-horizontal dt { width: 175px; }
25+
.dl-horizontal dd { margin-left: 190px; }
26+
.dl-horizontal .foldering { margin-left: 0; }
27+
}
28+
@media (max-width: 767px) {
29+
section { font-size: 14px; }
30+
.small { font-size: 0.85em; }
31+
.dl-horizontal dd { margin-bottom: 10px; }
32+
}
33+
@media print {
34+
img { width: 100%; height: auto; }
35+
pre { font-size: 11px; }
36+
section { font-size: 14px; }
37+
.small { font-size: 0.85em; }
38+
.icons-ul { padding-left: 1.5em; }
39+
.page-header a { color: inherit !important; }
40+
}
41+
blockquote {padding: 10px 20px;margin: 0 0 20px;border-left: 5px solid #eee;}
42+
.page-header {padding-bottom: 9px;margin: 40px 0 20px;border-bottom: 1px solid #eee;}
43+
@media (min-width: 1200px) {
44+
.container {
45+
max-width: 1170px;
46+
}
47+
}
48+
@media (min-width: 1200px) {
49+
h1, .h1 {
50+
font-size: 36px;
51+
}
52+
}
53+
54+
li hr {margin: 5px 0;}
55+
56+
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #b3b2b2;}
57+
58+
.icons-ul .icon-li {
59+
position: absolute;
60+
left: 1em;
61+
width: 2.142857142857143em;
62+
text-align: center;
63+
line-height: inherit;
64+
}
65+
66+
.icons-ul .icon-l {
67+
position: absolute;
68+
left: 3em;
69+
width: 2.142857142857143em;
70+
text-align: center;
71+
line-height: inherit;
72+
}
73+
.ml_22 { margin-left: -22px;}
74+
.ml_17 { margin-left: -17px;}

Documentation/css/font-awesome.min.css

Lines changed: 9870 additions & 403 deletions
Large diffs are not rendered by default.

Documentation/img/favicon.png

5.21 KB
Loading

0 commit comments

Comments
 (0)