small Scribble CSS fixes

original commit: a24c8361b66cacb6809fc593113722abdbbafa64
This commit is contained in:
Matthew Butterick 2013-12-02 22:16:45 -08:00 committed by Robby Findler
parent 35774be8b7
commit 841770c364
2 changed files with 4 additions and 3 deletions

View File

@ -185,7 +185,7 @@ tbody > tr:first-child > td > .together {
} }
.RktBlk { .RktBlk {
white-space: normal; white-space: pre;
text-align: left; text-align: left;
} }
@ -209,7 +209,8 @@ tbody > tr:first-child > td > .together {
.defmodule td span.hspace:first-child { .defmodule td span.hspace:first-child {
position: absolute; position: absolute;
width: 0; width: 0;
display: inline-block;
} }
.defmodule .RpackageSpec .Smaller, .defmodule .RpackageSpec .Smaller,

View File

@ -619,7 +619,7 @@ blockquote > blockquote.SVInsetFlow {
font-size: 110%; font-size: 110%;
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 3rem; margin-bottom: 3rem;
width: auto; width: 30rem;
height: auto; height: auto;
} }