Skip to content

Commit 9f9f861

Browse files
committed
Improved CSS styling for [source] / [docs] links in documentation.
1 parent c1e60ee commit 9f9f861

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

web/static/css/deis-docs.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ h6:hover > a.headerlink,
1414
dt:hover > a.headerlink {
1515
visibility: visible;
1616
}
17+
18+
span.viewcode-link {
19+
font-size: 10px;
20+
margin-left: 6px;
21+
vertical-align: super;
22+
}
23+
24+
a.viewcode-back {
25+
font-size: 10px;
26+
margin-right: 6px;
27+
vertical-align: super;
28+
}

0 commit comments

Comments
 (0)