Skip to content
Snippets Groups Projects
Commit a66fdeb6 authored by Maciej Topyla's avatar Maciej Topyla
Browse files

Update docs/styles/mathjax_overflowfix.css

Deleted docs/styles/thebelab.css
parent 502e41fd
No related branches found
No related tags found
1 merge request!37Fixing floating inline math mode
Pipeline #121514 passed
span.MJXc-display{
overflow-x: auto;
.mjx-chtml.MJXc-display{
margin: 0;
}
.mjx-chtml{
overflow-y: hidden;
overflow-x: auto;
}
\ No newline at end of file
.thebelab-cell .thebelab-input pre {
z-index: 0;
}
.thebelab-code, .thebelab-init-code {
display: none;
}
.thebelab-button {
position: relative;
display: inline-block;
box-sizing: border-box;
border: none;
border-radius: .1rem;
padding: 0 2rem;
margin: .5rem .1rem;
min-width: 64px;
height: 1.6rem;
vertical-align: middle;
text-align: center;
font-size: 0.8rem;
color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.07);
overflow: hidden;
outline: none;
cursor: pointer;
transition: background-color 0.2s;
}
.thebelab-button:hover {
background-color: rgba(0, 0, 0, 0.12);
}
.thebelab-button:active {
background-color: rgba(0, 0, 0, 0.15);
color: rgba(0, 0, 0, 1)
}
#thebelab-activate-button {
font-size: 1rem;
margin-left: 0.4rem;
}
#thebelab-activate-button.thebelab-active {
color: rgb(83, 109, 254);
}
.thebelab-button.thebelab-restart-button {
display: none;
}
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