Commit 04450b8
committed
WIP: Frameless docs + New Menu
This is a Work in Process, there are a lot of things to fix at this
point:
- [ ] Fix tests
- [x] Review the changes made to the CSS styles
- [x] Review the breadcrumbs
- [x] Fix the possible conflict after #212 gets merged
- [x] Fix the index.html to avoid the frameset.
- [x] Improve the section below the `#sidebar` section in `module_template`
- [x] Generate valid JSON for `sidebar_items.js`
- [x] Improve CSS integration
- [x] Remove frames
- [x] Add an initial media query for `print` media
- [x] Improve the JS style code and documentation
- [x] Add meta tags `x-ua-compatible`, `viewport` and `generator`
- [x] Delete `target` parameter from a element
- [x] Add normalize.css
- [x] Merge old full_list.css with style.css
- [x] Add sidebar template
- [x] Merge full_list.js into app.js
- [x] Update jQuery v2.1.4
This effort will try to fix the issue #1751 parent 64b65e3 commit 04450b8
File tree
19 files changed
+1235
-586
lines changed- lib/ex_doc/formatter
- html
- templates
- css
- js
- test/ex_doc/formatter
19 files changed
+1235
-586
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
69 | | - | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | | - | |
120 | | - | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 16 | + | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| |||
109 | 102 | | |
110 | 103 | | |
111 | 104 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
116 | 111 | | |
117 | | - | |
118 | 112 | | |
119 | 113 | | |
120 | 114 | | |
| |||
This file was deleted.
0 commit comments