summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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