-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.css
More file actions
48 lines (41 loc) · 634 Bytes
/
cv.css
File metadata and controls
48 lines (41 loc) · 634 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
42
43
44
45
46
47
48
body {
font-family: sans-serif;
width: 1100px;
position: relative;
top: 30px;
left: 50px;
padding-right: 2em;
padding-bottom: 2em;
}
#title {
font-size: xx-large;
border-bottom-style: solid;
}
.row {
width: 100%;
clear: both;
padding-top: 1em;
}
.row .title {
font-size: large;
float: left;
width: 15%;
}
.row .info {
float: right;
width: 82%;
}
.row .info .left {
float: left;
width: 76%;
clear: left;
margin-bottom: 1em;
}
.row .info .right {
text-align: right;
width: 22%;
float: right;
}
.papertitle {
font-style: italic;
}