Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 72c3d71

Browse files
committed
styling
1 parent f89a6d5 commit 72c3d71

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

TODO.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- Paypal button
2-
- assertElementCount
2+
- flattr button
3+
- credits jeremy (logo)

_static/images/casperjs-logo.png

-4 Bytes
Loading

_themes/casperjs/static/casperjs.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,25 +155,30 @@ div.toctree-wrapper a:hover,
155155
}
156156

157157
/*toctree dedicated styles*/
158-
.toctree-wrapper ul {
158+
div.toctree-wrapper ul {
159159
list-style-type: none;
160160
padding-left: 2em;
161161
}
162162

163-
.toctree-wrapper ul ul {
163+
div.toctree-wrapper ul ul {
164164
margin-top: .5em;
165165
}
166-
.toctree-wrapper li {
166+
167+
div.toctree-wrapper li {
167168
margin-bottom: .5em;
168169
}
169-
.toctree-wrapper a {
170+
div.toctree-wrapper a, .toctree-wrapper a:visited {
170171
padding: .2em .4em;
171172
background-color: #555;
172173
color:#fff;
173174
-webkit-border-radius: 4px;
174175
-moz-border-radius: 4px;
175176
border-radius: 4px;
176177
}
178+
div.toctree-wrapper a:hover {
179+
color: #eee;
180+
background-color: #777;
181+
}
177182

178183
/* Footer links */
179184
div.footer a {

0 commit comments

Comments
 (0)