diff options
Diffstat (limited to 'template/default/copper')
-rw-r--r-- | template/default/copper/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/default/copper/style.css b/template/default/copper/style.css index 6bbb183..2db059c 100644 --- a/template/default/copper/style.css +++ b/template/default/copper/style.css @@ -145,3 +145,4 @@ label + input { margin-left: 1em; } #navigation a { color: black; font-weight: bold; text-decoration: none; } #navigation a:hover { font-size: 13px; color: #ff0000 } #navigation input { width: 130px; } +#navigation .bottom { position:absolute; bottom: 5px; } |