Add results block
This commit is contained in:
parent
b27de5877a
commit
46125a420c
@ -48,6 +48,18 @@ table {
|
||||
.org-src-container > pre.src-python:before { content: 'Python'; }
|
||||
.org-src-container > pre.src-matlab:before { content: 'Matlab'; }
|
||||
|
||||
pre.example:before {
|
||||
content: 'Results';
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: right;
|
||||
|
@ -1300,6 +1300,18 @@ table {
|
||||
.org-src-container > pre.src-python:before { content: 'Python'; }
|
||||
.org-src-container > pre.src-matlab:before { content: 'Matlab'; }
|
||||
|
||||
pre.example:before {
|
||||
content: 'Results';
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: right;
|
||||
|
Loading…
Reference in New Issue
Block a user