Skip to content

Commit 6146ea9

Browse files
committed
Update style for YARD 0.9
GitHub: fix activeldap/activeldap#147 Reported by jedrekdomanski. Thanks!!!
1 parent cf3de91 commit 6146ea9

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

activeldap.css

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -337,23 +337,8 @@ dl.feature-list dd
337337
padding: 5px 10px;
338338
}
339339

340-
/* for RDoc */
341-
body.indexpage,
342-
body.class,
343-
body.module,
344-
body.file
345-
{
346-
margin: 0 !important;
347-
}
348-
349-
body.indexpage div.content
350-
{
351-
margin: 1em 3em !important;
352-
}
353-
354-
body.class div.content,
355-
body.module div.content,
356-
body.file div.content
340+
/* for YARD */
341+
div#main
357342
{
358-
margin: 40px !important;
343+
padding: 0 !important;
359344
}

0 commit comments

Comments
 (0)