Skip to content

Commit 7156398

Browse files
committed
fix css for epub
1 parent 9891b4a commit 7156398

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_static/css/rtd_theme_mods.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,14 @@ h3 {
6868

6969
.pop {
7070
color: #6AB0DE;
71-
/* color: #5B9BD5; */
72-
/* color: #007DCC; */
7371
font-style: italic;
7472
font-weight: bold;
7573
}
74+
aside.sidebar {
75+
margin: 0 0 0.5em 1em;
76+
border: 1px solid #ddb;
77+
padding: 7px 7px 0 7px;
78+
background-color: #ffe;
79+
width: 40%;
80+
float: right;
81+
}

0 commit comments

Comments
 (0)