X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=cb528dca4146eb38f874111cecf2de5642a6abd7;hb=3ad972807dfceca464574e0ce7cfc1ffe1e70013;hp=75bcf7eb2a1188d05a7a3bef8b89bee41ed33c3a;hpb=6832c7bff22cd4af320d2f192a70a960e0bfb411;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 75bcf7e..cb528dc 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -21,7 +21,7 @@ */ body { - background-image: url('img/bg_spawn.jpg'); + background-image: url('img/bg_spawn2.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: top center; @@ -55,6 +55,13 @@ img.nobo { margin: auto; } +img.nobohide { + position: absolute; + border-width: 0px; + visibility: hidden; + z-index: 12; +} + .notify { border-style: solid; border-width: 1px;