metamaps--metamaps/app/assets/stylesheets/base.css

28 lines
429 B
CSS
Raw Normal View History

#center-container {
position:relative;
height:100%;
width:100%;
2012-10-14 21:23:50 -04:00
/* background-color:#031924; */
2012-10-27 15:51:22 -04:00
color:#444;
}
#showcard {
2012-10-19 00:06:16 -04:00
width:auto;
height:auto;
2012-10-14 21:23:50 -04:00
color:#FFF;
text-align: left;
overflow: auto;
}
2012-10-27 17:07:01 -04:00
#showcard .contributor { font-size:14px; }
.text {
margin: 7px;
}
#infovis {
position:relative;
2012-10-14 21:23:50 -04:00
width:100%;
height:100%;
margin:0;
overflow:hidden;
}