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