summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-22 16:52:41 +0200
committerGravatar Tom Willemsen2012-07-22 16:52:41 +0200
commitf5a926783585b629de848bbc6baa681a7ccf4ca2 (patch)
treeeba47794361d3573a148ebf1d280fce6a17cdb5a
parent952ea18beb62ec374e78722ce1c189a19e1de7fc (diff)
downloadorgweb-f5a926783585b629de848bbc6baa681a7ccf4ca2.tar.gz
orgweb-f5a926783585b629de848bbc6baa681a7ccf4ca2.zip
Changes
-rw-r--r--site/index.org4
-rw-r--r--site/stylesheet.css8
2 files changed, 9 insertions, 3 deletions
diff --git a/site/index.org b/site/index.org
index a20e5d0..d00eafa 100644
--- a/site/index.org
+++ b/site/index.org
@@ -1,8 +1,6 @@
#+TITLE: oni org
#+OPTIONS: toc:nil num:nil author:nil email:nil creator:nil
#+LANGUAGE: en
-#+LINK_HOME: http://ryuslash.org
-#+LINK_UP: http://ryuslash.org
#+STARTUP: showall
#+begin_html
@@ -66,3 +64,5 @@
- [[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/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.
diff --git a/site/stylesheet.css b/site/stylesheet.css
index f4c9170..413fc36 100644
--- a/site/stylesheet.css
+++ b/site/stylesheet.css
@@ -106,6 +106,12 @@ pre {
margin-top: 40px;
}
+#org-div-home-and-up {
+ position: fixed;
+ top: 10px;
+ right: 10px;
+}
+
#org-div-home-and-up a {
text-decoration: none;
margin: 10px;
@@ -113,7 +119,7 @@ pre {
#table-of-contents {
position: fixed;
- top: 16px;
+ top: 26px;
right: 0;
overflow: auto;
max-height: 80%;