Make font size consistent within .defmodule

Merge to v6.0
(cherry picked from commit c5f5d0e0ac)
This commit is contained in:
Matthew Butterick 2013-11-26 16:53:26 -08:00 committed by Ryan Culpepper
parent 39d5ec05c8
commit be47ef0a29

View File

@ -196,7 +196,7 @@ tbody > tr:first-child > td > .together {
.defmodule {
font-family: 'Source Code Pro';
padding: 0.25rem 0.75rem 0.5rem 0.5rem;
padding: 0.25rem 0.75rem 0.25rem 0.5rem;
margin-bottom: 1rem;
width: 100%;
background-color: hsl(60, 29%, 94%);
@ -206,11 +206,18 @@ tbody > tr:first-child > td > .together {
color: #444;
}
.defmodule td span.hspace:first-child {
position: absolute;
position: absolute;
width: 0;
}
.defmodule .RpackageSpec .Smaller,
.defmodule .RpackageSpec .stt {
font-size: 1rem;
}
.specgrammar {
float: none;
padding-left: 1em;