-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathipython.css
More file actions
41 lines (33 loc) · 611 Bytes
/
ipython.css
File metadata and controls
41 lines (33 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Extra styles for the IPython website
*/
#books-and-videos img {
float:left;
margin: 20px;
}
#books-and-videos ul {
display: inline-block;
}
#books-and-videos h2 {
clear: left;
}
/* Used to make a box with side-by-side Ohloh.net buttons */
#ohloh {
padding: 0;
}
#ohloh-use {
float: left;
}
#ohloh-stats {
float: right;
margin: 3px 0px 0px 0px;
}
/* A simple div to flush previously-set attributes that may mess up layout further down if they are kept unmodified.
*/
.clear {
height: 0;
font-size: 1px;
margin: 0;
padding: 0;
line-height: 0;
clear: both;
}