Rendering improvements
This commit is contained in:
parent
75fe93093c
commit
51e9ee9b9f
2 changed files with 10 additions and 1 deletions
|
@ -77,3 +77,10 @@ article.property ul.property-list {
|
||||||
.pagination>li.selectedNavPage {
|
.pagination>li.selectedNavPage {
|
||||||
padding-right: 7px;
|
padding-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav#alpha-browse-container {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
#individuals-in-class {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
|
@ -104,7 +104,6 @@
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
padding-top: 1.0em;
|
padding-top: 1.0em;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
#home-faculty-mbrs {
|
#home-faculty-mbrs {
|
||||||
width: 297px;
|
width: 297px;
|
||||||
|
@ -173,3 +172,6 @@ div.faculty-home {
|
||||||
.research-count {
|
.research-count {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
.faculty-home a {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue