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