Fixed title article font-size.
This commit is contained in:
parent
562b590558
commit
09825f9f9e
1 changed files with 8 additions and 1 deletions
|
@ -2022,7 +2022,7 @@ h3.internal-auth {
|
|||
width: auto!important;
|
||||
}
|
||||
#individual-info h1.fn {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.6rem;
|
||||
color: #595B5B;
|
||||
background-image: url(../images/circle_title.png);
|
||||
background-repeat: no-repeat;
|
||||
|
@ -2072,6 +2072,7 @@ ul#individual-facultyMemberships li {
|
|||
padding-top: 7px;
|
||||
padding-left: 10px;
|
||||
border-left: 1px solid #5e6363;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
/* INDIVIDUAL VISUALIZATION ------> */
|
||||
|
@ -2977,6 +2978,9 @@ span.iconControlsEditable {
|
|||
cursor: pointer;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.collapsible.collapsed >div.collapsibleLink >b {
|
||||
font-weight: normal;
|
||||
}
|
||||
.collapsible.expanded {
|
||||
padding: 18px 18px 18px 10px;
|
||||
border-bottom: 1px solid #dde4e3;
|
||||
|
@ -2988,6 +2992,9 @@ span.iconControlsEditable {
|
|||
cursor: pointer;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.collapsible.expanded >div.collapsibleLink >b {
|
||||
font-weight: normal;
|
||||
}
|
||||
.searchTOC {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue