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

fix small layout issues

	mini frames should have same size top heading
	give info block dts some padding so they don't collide in some browsers
parent af3588dd
No related branches found
No related tags found
No related merge requests found
......@@ -205,14 +205,14 @@ dl.info {
dl.info dt {
float: left;
width: 5em;
font-weight: bold;
display: block;
margin-right: 1em;
}
dl.info dd {
display: block;
padding-left: 6em;
margin-left: 6em;
}
div#style-menu-holder {
......@@ -446,8 +446,9 @@ div#style-menu-holder {
font-size: 93%; /* 12pt */
}
#mini #module-list .caption,
#mini #module-header .caption {
font-size: 117%; /* 14pt */
font-size: 125%; /* 15pt */
}
#mini #interface h1,
......
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