diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 18:44:41 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 18:44:41 +0200 |
commit | aac398599f21a276f15475c0dc33e6b204bfa08a (patch) | |
tree | 3b78f0ce151c2b9bffec742eb2c25662a86090e3 /src/about/klamav.css | |
parent | 831757bf1013fbd4db10c6c33ec611079e058be3 (diff) | |
download | klamav-aac398599f21a276f15475c0dc33e6b204bfa08a.tar.gz klamav-aac398599f21a276f15475c0dc33e6b204bfa08a.zip |
Replaced About tab with Welcome tab.
The needed data is already provided through TDEAboutData, while
translation credits are redundant since the old i18n files have
been deleted.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/about/klamav.css')
-rw-r--r-- | src/about/klamav.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/about/klamav.css b/src/about/klamav.css new file mode 100644 index 0000000..ead11cd --- /dev/null +++ b/src/about/klamav.css @@ -0,0 +1,9 @@ +#headerR { + width: 430px; + height: 131px; + background-image: url(top-right-klamav.png); +} + +ul { + margin-bottom: 0; +}
\ No newline at end of file |