diff options
| author | Siri Reiter <siri@jones.dk> | 2013-12-01 22:32:54 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2013-12-01 22:32:54 +0100 |
| commit | e3ad728c2cbbb4a9069ebeaf05a6cfcb3a7eeb98 (patch) | |
| tree | b613bedd46675eea26e435a524185d18fc3a11e4 | |
| parent | cafdecfba0997ae2ddb1df4102d9116ec19cae3c (diff) | |
Move actions to bottom of top area.
| -rw-r--r-- | style.scss | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ body { } .pageheader .actions { + position: absolute; + top: 6em; + left: 30em; background-color: LightBlue; ul { border-bottom: 0; |
