File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,26 @@ li, dt { margin-top: 1em; }
20
20
========*/
21
21
div # mandoc { max-width : 100ex ;
22
22
font-family : Helvetica, Arial, sans-serif; }
23
- table ~ div # mandoc {
23
+ div # mandoc table {
24
24
margin-top : 0em ;
25
25
margin-bottom : 0em ; }
26
- td ~ div # mandoc { vertical-align : top; }
27
- ul ~ div # mandoc , ol ~ div # mandoc , dl ~ div # mandoc {
26
+ div # mandoc td { vertical-align : top; }
27
+ div # mandoc ul , div # mandoc ol , div # mandoc dl {
28
28
margin-top : 0em ;
29
29
margin-bottom : 0em ; }
30
- li ~ div # mandoc , dt ~ div # mandoc {
30
+ div # mandoc li , div # mandoc dt {
31
31
margin-top : 1em ; }
32
32
/*>>>> OPENGROK REVISED */
33
33
34
34
a .selflink { border-bottom : thin dotted;
35
35
color : inherit;
36
36
font : inherit;
37
37
text-decoration : inherit; }
38
+ /*<<<< OPENGROK REVISED
38
39
* { clear: both }
40
+ ========*/
41
+ div # mandoc * { clear : both }
42
+ /*>>>> OPENGROK REVISED */
39
43
40
44
/* Search form and search results. */
41
45
You can’t perform that action at this time.
0 commit comments