X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=09a501dc62e583bf94a1a7befa32fb548962f4c4;hb=312a6acc00ec7f331ab461894c319776eec95cae;hp=b36ebd80b38cded1d042c5a0cdf10b6d97f7bcb0;hpb=84302b35411a80939a7f1e2a62c2053fe9fa4c08;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index b36ebd8..09a501d 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,7 @@ /* * brisk - brisk.css * - * Copyright (C) 2006-2008 Matteo Nastasi + * Copyright (C) 2006-2011 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -19,12 +19,10 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ body { - background-image: url('img/happysunbg.png'); + background-image: url('img/icefallbg.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -62,6 +60,12 @@ img.nobo { margin: auto; } +img.inline { + position: relative; + vertical-align: middle; + border-width: 0px; +} + img.nobohide { position: absolute; border-width: 0px;