1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-01 03:59:56 +00:00

19 lines
723 B
CSS
Raw Normal View History

/* About page */
#content.about p.copyright { color: #999; font-size: 90%; }
#content.about h2 { margin-top: 2em; }
#content.about table { margin-top: 0; width: auto; }
#content.about table th, #content.about table td { font-size: 90%; }
#content.about th { background: #f7f7f0; font-weight: bold; text-align: right;
vertical-align: top;
}
#content.about #config th { text-align: left; }
#content.about #config th.section { text-align: right; }
#content.about #config th, #content.about #config td { border: 1px solid #ddd;
padding: 3px;
}
#content.about #config tr.modified { background: #ffd; }
#content.about #config tr.modified td.value { font-style: italic; }
#content.about #config td.doc { padding: 3px 1em; }