This commit is contained in:
Tom Willemsen 2012-07-22 16:52:41 +02:00
parent 952ea18beb
commit f5a9267835
2 changed files with 9 additions and 3 deletions

View file

@ -1,8 +1,6 @@
#+TITLE: oni org #+TITLE: oni org
#+OPTIONS: toc:nil num:nil author:nil email:nil creator:nil #+OPTIONS: toc:nil num:nil author:nil email:nil creator:nil
#+LANGUAGE: en #+LANGUAGE: en
#+LINK_HOME: http://ryuslash.org
#+LINK_UP: http://ryuslash.org
#+STARTUP: showall #+STARTUP: showall
#+begin_html #+begin_html
@ -66,3 +64,5 @@
- [[file:dotfiles/pentadactyl/pentadactylrc.html][Pentadactyl]] :: A firefox extension for vi-like key-bindings. - [[file:dotfiles/pentadactyl/pentadactylrc.html][Pentadactyl]] :: A firefox extension for vi-like key-bindings.
- [[file:dotfiles/xinitrc/xinitrc.html][X init]] :: X initialization script. - [[file:dotfiles/xinitrc/xinitrc.html][X init]] :: X initialization script.
- [[file:dotfiles/fish/config.html][Fish]] :: A pretty cool shell. - [[file:dotfiles/fish/config.html][Fish]] :: A pretty cool shell.
- [[file:dotfiles/herbstluftwm/autostart.org][herbstluftwm]] :: Another /very/ nice window manager.
- [[file:dotfiles/newsbeuter/config.org][Newsbeuter]] :: An excellent curses-based RSS reader.

View file

@ -106,6 +106,12 @@ pre {
margin-top: 40px; margin-top: 40px;
} }
#org-div-home-and-up {
position: fixed;
top: 10px;
right: 10px;
}
#org-div-home-and-up a { #org-div-home-and-up a {
text-decoration: none; text-decoration: none;
margin: 10px; margin: 10px;
@ -113,7 +119,7 @@ pre {
#table-of-contents { #table-of-contents {
position: fixed; position: fixed;
top: 16px; top: 26px;
right: 0; right: 0;
overflow: auto; overflow: auto;
max-height: 80%; max-height: 80%;