diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css b/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css index 31b88f35..99595252 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/page-browse.css @@ -77,3 +77,10 @@ article.property ul.property-list { .pagination>li.selectedNavPage { padding-right: 7px; } + +nav#alpha-browse-container { + float: right; +} +#individuals-in-class { + margin-right: 0px; +} \ No newline at end of file diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/page-home.css b/webapp/src/main/webapp/themes/tenderfoot/css/page-home.css index 4ade672a..2fd474c8 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/page-home.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/page-home.css @@ -104,7 +104,6 @@ line-height: 1.25em; padding-top: 1.0em; padding-right: 4px; - font-size: 0.9em; } #home-faculty-mbrs { width: 297px; @@ -173,3 +172,6 @@ div.faculty-home { .research-count { background-color: #fff; } +.faculty-home a { + font-size: 1.2em; +}