Add CSS for HOME/UP buttons
This commit is contained in:
parent
d9a3146340
commit
5287c3b9d1
@ -47,3 +47,8 @@ table {
|
||||
.org-src-container > pre.src-org:before { content: 'Org mode'; }
|
||||
.org-src-container > pre.src-python:before { content: 'Python'; }
|
||||
.org-src-container > pre.src-matlab:before { content: 'Matlab'; }
|
||||
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -1300,3 +1300,8 @@ table {
|
||||
.org-src-container > pre.src-org:before { content: 'Org mode'; }
|
||||
.org-src-container > pre.src-python:before { content: 'Python'; }
|
||||
.org-src-container > pre.src-matlab:before { content: 'Matlab'; }
|
||||
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user