28 lines
No EOL
429 B
CSS
28 lines
No EOL
429 B
CSS
#center-container {
|
|
position:relative;
|
|
height:100%;
|
|
width:100%;
|
|
/* background-color:#031924; */
|
|
color:#444;
|
|
}
|
|
|
|
#showcard {
|
|
width:auto;
|
|
height:auto;
|
|
color:#FFF;
|
|
text-align: left;
|
|
overflow: auto;
|
|
}
|
|
#showcard .contributor { font-size:14px; }
|
|
|
|
.text {
|
|
margin: 7px;
|
|
}
|
|
|
|
#infovis {
|
|
position:relative;
|
|
width:100%;
|
|
height:100%;
|
|
margin:0;
|
|
overflow:hidden;
|
|
} |