File tree Expand file tree Collapse file tree 3 files changed +9
-50
lines changed
lib/rdoc/generator/template/rails Expand file tree Collapse file tree 3 files changed +9
-50
lines changed Original file line number Diff line number Diff line change 1
1
<%= base_tag_for_context(context) %>
2
2
3
- <link rel ="stylesheet " href ="/css/reset.css " type ="text/css " media ="screen " />
4
3
<link rel ="stylesheet " href ="/css/panel.css " type ="text/css " media ="screen " />
5
4
< link rel ="stylesheet " href ="/css/main.css " type ="text/css " media ="screen " />
6
5
< link rel ="stylesheet " href ="/css/highlight.css " type ="text/css " media ="screen " />
Original file line number Diff line number Diff line change 1
1
* { box-sizing : border-box; }
2
2
3
+ body {
4
+ margin : 0 ;
5
+ min-height : 100dvh ;
6
+ }
7
+
3
8
: root {
4
9
--line-height : 1.5 ;
5
10
--space : calc (var (--line-height ) * 0.50 * 1rem );
30
35
}
31
36
}
32
37
33
- html {
34
- height : 100% ;
35
- }
36
-
37
38
body {
38
39
line-height : var (--line-height );
39
40
40
41
background : var (--body-bg );
41
42
color : var (--text-color );
42
-
43
- margin : 0px ;
44
- min-height : 100% ;
45
43
}
46
44
47
45
a {
@@ -73,6 +71,10 @@ a code {
73
71
display : none;
74
72
}
75
73
74
+ table {
75
+ border-collapse : collapse;
76
+ }
77
+
76
78
td , th
77
79
{
78
80
padding : 0 0.7em 0.3em 0 ;
83
85
font-weight : bold;
84
86
}
85
87
86
- .clear
87
- {
88
- clear : both;
89
- width : 0 ; height : 0 ;
90
- }
91
-
92
88
.methods dt
93
89
{
94
90
width : 1em ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments