NIHVIVO-1925: Moved css that references vivo-specific ontology properties into

individual-vivo.css in VIVO. Also, added space between selector name and opening bracket.
This commit is contained in:
mb863 2011-01-30 19:14:18 +00:00
parent 8e9689aff4
commit 0c11498905

View file

@ -187,28 +187,6 @@ h1.fn .preferred-title {
#individual-info h2 {
padding-bottom: 10px;
}
ul#individual-personInPosition{
list-style-type: circle;
padding-left: 20px;
}
ul#individual-personInPosition li{
line-height: 1em;
}
ul#individual-personInPosition li:last-child{
padding-bottom: 15px;
}
ul#individual-hasResearchArea{
padding-bottom: 24px;
}
ul#individual-hasResearchArea li{
float: left;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #5e6363;
}
ul#individual-hasResearchArea li:first-child{
padding-left: 0;
}
#individual-info nav {
float: left;
width: 78%;