Skip to content

Commit

Permalink
doc css
Browse files Browse the repository at this point in the history
  • Loading branch information
txemavs committed Mar 30, 2018
1 parent 233de59 commit c7ee5be
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/docs/theme/adata/static/adatadoc.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ a.headerlink:hover {
color: white;
}

div.body p, div.body dd, div.body li {
line-height: 1.5em;
}

div.admonition p.admonition-title + p {
display: inline;
Expand Down Expand Up @@ -230,7 +227,7 @@ tt {
}

h1 tt {
font-size: 1.1em;
font-size: 20px;
font-weight: bold;
}

Expand Down Expand Up @@ -299,6 +296,18 @@ dt {
font-size: 1.2rem;
}

dl.class dl > dt {
font-size: 1.0rem;

dl > dt {
font-size: 17px;
color:#0660b0;
}

dl.docutils > dt {
font-size: 14px;
color:#880000
}

.field dl > dt {
font-size: 16px;
color:#3d9b00;
}

0 comments on commit c7ee5be

Please sign in to comment.