small Scribble CSS fixes
original commit: a24c8361b66cacb6809fc593113722abdbbafa64
This commit is contained in:
parent
35774be8b7
commit
841770c364
|
@ -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,
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user