diff options
Diffstat (limited to 'dash/css/dash.css')
| -rw-r--r-- | dash/css/dash.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index 212a352..fe96eb5 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -61,9 +61,14 @@ body { } .navblock { padding: 15px 0px; - position: relative; + position: absolute; + right: 8%; z-index: 1; } +.spacer { + display: block; + width: 150px; +} .subnav { display: none; background-color: #ffffff; |
