Moved display of personInPosition and hasResearchArea properties to a macro. Adjusted css selectors accordingly to align with auto-generated ids.
This commit is contained in:
parent
f33d0eac83
commit
43e18bf8af
2 changed files with 17 additions and 6 deletions
|
@ -187,26 +187,26 @@ h1.fn .preferred-title {
|
|||
#individual-info h2{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
ul#individual-positions{
|
||||
ul#individual-personInPosition{
|
||||
list-style-type: circle;
|
||||
padding-left: 20px;
|
||||
}
|
||||
ul#individual-positions li{
|
||||
ul#individual-personInPosition li{
|
||||
line-height: 1em;
|
||||
}
|
||||
ul#individual-positions li:last-child{
|
||||
ul#individual-personInPosition li:last-child{
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
ul#individual-areas{
|
||||
ul#individual-hasResearchArea{
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
ul#individual-areas li{
|
||||
ul#individual-hasResearchArea li{
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
border-right: 1px solid #5e6363;
|
||||
}
|
||||
ul#individual-areas li:first-child{
|
||||
ul#individual-hasResearchArea li:first-child{
|
||||
padding-left: 0;
|
||||
}
|
||||
#individual-info nav{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue