diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/style10.css | 4 | ||||
-rw-r--r-- | public/css/style11.css | 11 | ||||
-rw-r--r-- | public/pic/engelsystem_logo_28c3.png | bin | 0 -> 5659 bytes | |||
-rw-r--r-- | public/pic/engelsystem_logo_cccamp2011.png | bin | 0 -> 8736 bytes |
4 files changed, 13 insertions, 2 deletions
diff --git a/public/css/style10.css b/public/css/style10.css index c223fddc..38de4a13 100644 --- a/public/css/style10.css +++ b/public/css/style10.css @@ -1,9 +1,9 @@ #logo { - background: url('../pic/engelsystem_logo.png') top left no-repeat; + background: url('../pic/engelsystem_logo_cccamp2011.png') top left no-repeat; display: block; height: 69px; margin: 10px auto; - width: 378px; + width: 523px; } tr:hover > td { diff --git a/public/css/style11.css b/public/css/style11.css new file mode 100644 index 00000000..b983d632 --- /dev/null +++ b/public/css/style11.css @@ -0,0 +1,11 @@ +#logo { + background: url('../pic/engelsystem_logo_28c3.png') top left no-repeat; + display: block; + height: 69px; + margin: 10px auto; + width: 378px; +} + +tr:hover > td { + background: #f0f0f0; +}
\ No newline at end of file diff --git a/public/pic/engelsystem_logo_28c3.png b/public/pic/engelsystem_logo_28c3.png Binary files differnew file mode 100644 index 00000000..56602083 --- /dev/null +++ b/public/pic/engelsystem_logo_28c3.png diff --git a/public/pic/engelsystem_logo_cccamp2011.png b/public/pic/engelsystem_logo_cccamp2011.png Binary files differnew file mode 100644 index 00000000..b017302e --- /dev/null +++ b/public/pic/engelsystem_logo_cccamp2011.png |