Add simple style for results box.
This commit is contained in:
parent
38e5f57eab
commit
1f286a0a54
@ -261,6 +261,16 @@ code {
|
|||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Results */
|
||||||
|
.results.lang-text {
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid rgba(255,255,255,0.5);
|
||||||
|
padding: 1ex;
|
||||||
|
max-height: 80vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin: 1ex;
|
margin: 1ex;
|
||||||
}
|
}
|
||||||
@ -405,6 +415,11 @@ tr.__table-separator {
|
|||||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Results */
|
||||||
|
.results.lang-text {
|
||||||
|
border: 1px solid rgba(255,255,255,0.5);
|
||||||
|
}
|
||||||
|
|
||||||
/* Tables. */
|
/* Tables. */
|
||||||
table, th, td, tr {
|
table, th, td, tr {
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
Loading…
Reference in New Issue
Block a user