diff options
Diffstat (limited to 'kmail/about/kmail.css')
-rw-r--r-- | kmail/about/kmail.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kmail/about/kmail.css b/kmail/about/kmail.css new file mode 100644 index 000000000..3fb2ce90d --- /dev/null +++ b/kmail/about/kmail.css @@ -0,0 +1,26 @@ + +#headerR { + position: absolute; + right: 0px; + width: 430px; + height: 131px; + background-image: url(top-right-kmail.png); +} + +#title { + right: 125px; +} + +#tagline { + right: 125px; +} + +#boxCenter { + background-image: url(box-center-kmail.png); + background-repeat: no-repeat; + background-color: #dfe7f3; + background-position: bottom right; +} + +/* vim:set sw=2 et nocindent smartindent: */ + |