source: rtems-docs/common/_static/my-styles.css @ 3a71759

4.115
Last change on this file since 3a71759 was 5daabd2, checked in by Amar Takhar <amar@…>, on 01/16/16 at 04:41:06

Initial reST documentation using Sphinx.

  • Property mode set to 100644
File size: 358 bytes
Line 
1.rtemsdefine {
2    padding: 0 0 0 2em;
3}
4
5.rtemscommand {
6    padding: 0 0 0 2em;
7}
8
9.rtemsoption {
10    padding: 0 0 0 2em;
11}
12
13.rtemsdefine dt {
14        color: #408090;
15}
16
17.rtemsdefine dd {
18        margin: 3;
19        color: #408090;
20}
21
22.rtemscommand {
23        border: 1px solid #808b89;
24        border-radius: 5px;
25        background: #d2e3e0;
26        color: #5e6664
27}
28
29.rtemsoption dt {
30        color: #a87892;
31}
Note: See TracBrowser for help on using the repository browser.