diff options
Diffstat (limited to 'public/assets/css/css.css')
| -rw-r--r-- | public/assets/css/css.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index aa61167..b5cc410 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -6,15 +6,6 @@ body { font-family: sans-serif; line-height: 1; } -#luckyimage img { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - z-index: 1; - display: block; -} #topnav { height: 23px; min-width: 500px; @@ -50,7 +41,7 @@ a:visited { color: blue; } -#luckyimage { +#image { position: fixed; height: 100%; width: 100%; |
