Skip to content
Snippets Groups Projects
Commit b67e3a41 authored by Mark Lentczner's avatar Mark Lentczner
Browse files

adjusted font sizes of auxilary pages per new scheme

parent 7c1c4e57
No related branches found
No related tags found
No related merge requests found
......@@ -452,20 +452,20 @@ div.top .subs, div.top .doc {
/* @group Auxillary Pages */
#mini {
font-size: 75%;
font-size: 77%; /* 10pt */
margin: 0 auto;
padding: 0 1em;
}
#mini #module-header .caption {
font-size: 160%;
font-size: 130%;
}
#mini #interface h1,
#mini #interface h2,
#mini #interface h3,
#mini #interface h4 {
font-size: 130%;
font-size: 100%;
margin: 1em 0 0;
}
......@@ -474,10 +474,6 @@ div.top .subs, div.top .doc {
margin: 0;
}
#mini #interface .src {
font-size: 120%;
}
#mini #module-list ul {
list-style: none;
margin: 0;
......@@ -500,7 +496,7 @@ div.top .subs, div.top .doc {
}
#index .caption,
#module-list .caption { font-size: 130%; }
#module-list .caption { font-size: 131%; /* 17pt */ }
#index table {
margin-left: 2em;
......@@ -510,7 +506,7 @@ div.top .subs, div.top .doc {
font-weight: bold;
}
#index .alt {
font-size: 70%;
font-size: 77%; /* 10pt */
font-style: italic;
padding-left: 2em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment