diff options
-rw-r--r-- | local.scss | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -121,9 +121,9 @@ div#branding-tagline a { } div.pageheader div.actions { - z-index: 1; - position: fixed; - bottom: 2em; + position: absolute; + top: 1em; + right: 1em; ul { border-bottom: 0; padding: 0 0 0.7em 1em; |