summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-04-12 13:29:20 +0200
committerSimon2011-04-12 13:29:20 +0200
commit36f615b0325ae82202b17bff0a22612272565579 (patch)
tree8ce52e4c560d38b802d6f46c47f263d2918e4187 /public
parentCaching bei GroupGraphs eingebaut (diff)
downloadpbs2-36f615b0325ae82202b17bff0a22612272565579.tar.gz
pbs2-36f615b0325ae82202b17bff0a22612272565579.tar.xz
pbs2-36f615b0325ae82202b17bff0a22612272565579.zip
fbgui - gif in png
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css4
-rw-r--r--public/media/img/sub-logo-small.pngbin0 -> 3347 bytes
-rw-r--r--public/media/img/unilogo-200x66.pngbin0 -> 4348 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 54dc213..3cbe1e3 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -9,7 +9,7 @@ body {
#logo {
height: 200px;
width: 200px;
- background: url(/media/img/unilogo-200x66.gif) bottom right no-repeat;
+ background: url(/media/img/unilogo-200x66.png) bottom right no-repeat;
}
#logo-bar-gray {
@@ -68,7 +68,7 @@ body {
#head {
height: 116px;
background: url(/media/img/siegel-93x55.png) bottom left no-repeat,
- url(/media/img/sub-logo-small-transparent.gif) bottom right no-repeat;
+ url(/media/img/sub-logo-small-transparent.png) bottom right no-repeat;
}
#head h1,h2 {
diff --git a/public/media/img/sub-logo-small.png b/public/media/img/sub-logo-small.png
new file mode 100644
index 0000000..f9107d7
--- /dev/null
+++ b/public/media/img/sub-logo-small.png
Binary files differ
diff --git a/public/media/img/unilogo-200x66.png b/public/media/img/unilogo-200x66.png
new file mode 100644
index 0000000..70bf6df
--- /dev/null
+++ b/public/media/img/unilogo-200x66.png
Binary files differ