...
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
|
...
337
338
339
340
341
342
343
344
|
@@ -337,23 +337,8 @@ dl.feature-list dd
padding: 5px 10px;
}
-/* for RDoc */
-body.indexpage,
-body.class,
-body.module,
-body.file
-{
- margin: 0 !important;
-}
-
-body.indexpage div.content
-{
- margin: 1em 3em !important;
-}
-
-body.class div.content,
-body.module div.content,
-body.file div.content
+/* for YARD */
+div#main
{
- margin: 40px !important;
+ padding: 0 !important;
}
|