-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyCss.css
49 lines (45 loc) · 898 Bytes
/
myCss.css
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
49
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 26-Dec-2015, 16:55:28
Author : Angelo
*/
body {
margin: 0;
}
#PublicationList{
width: 800px;
float:left;
text-align: justify;
}
.year p{
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
}
.publication p{
font-weight: normal;
}
#graph-container {
clear: left;
float: left;
margin-top: 60px;
//position: absolute;
height: 800px;
width: 1100px;
background: #fff;
/*border: 2px solid #73AD21;*/
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
#container {
/* position: relative;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background: #fff;*/
}