Add CSS for HOME/UP buttons

This commit is contained in:
Thomas Dehaeze 2020-11-12 16:38:01 +01:00
parent d9a3146340
commit 5287c3b9d1
2 changed files with 10 additions and 0 deletions

View File

@ -47,3 +47,8 @@ table {
.org-src-container > pre.src-org:before { content: 'Org mode'; } .org-src-container > pre.src-org:before { content: 'Org mode'; }
.org-src-container > pre.src-python:before { content: 'Python'; } .org-src-container > pre.src-python:before { content: 'Python'; }
.org-src-container > pre.src-matlab:before { content: 'Matlab'; } .org-src-container > pre.src-matlab:before { content: 'Matlab'; }
#org-div-home-and-up {
text-align: left;
}

View File

@ -1300,3 +1300,8 @@ table {
.org-src-container > pre.src-org:before { content: 'Org mode'; } .org-src-container > pre.src-org:before { content: 'Org mode'; }
.org-src-container > pre.src-python:before { content: 'Python'; } .org-src-container > pre.src-python:before { content: 'Python'; }
.org-src-container > pre.src-matlab:before { content: 'Matlab'; } .org-src-container > pre.src-matlab:before { content: 'Matlab'; }
#org-div-home-and-up {
text-align: left;
}