Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
0507f7f3
Commit
0507f7f3
authored
Aug 19, 2011
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced links to GIF images with links to PNG images
parent
0be07b9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
css/default-styles.css
css/default-styles.css
+3
-3
default-header.php
default-header.php
+1
-1
No files found.
css/default-styles.css
View file @
0507f7f3
...
...
@@ -71,7 +71,7 @@ select {
margin-top
:
10px
;
margin-left
:
0
;
float
:
left
;
background
:
url("{$imageURL}/dual_line.
gif
")
repeat-x
scroll
0
100%
transparent
;
background
:
url("{$imageURL}/dual_line.
png
")
repeat-x
scroll
0
100%
transparent
;
font-family
:
Verdana
,
sans-serif
;
font-size
:
12px
;
line-height
:
45px
;
...
...
@@ -86,7 +86,7 @@ select {
}
.menu
li
.last
{
background
:
url("{$imageURL}/separator.
gif
")
no-repeat
scroll
left
center
transparent
;
background
:
url("{$imageURL}/separator.
png
")
no-repeat
scroll
left
center
transparent
;
padding-left
:
8px
;
float
:
left
;
list-style
:
none
;
...
...
@@ -131,4 +131,4 @@ select {
margin
:
2px
;
border-width
:
1px
;
text-align
:
center
;
}
\ No newline at end of file
}
default-header.php
View file @
0507f7f3
...
...
@@ -63,7 +63,7 @@ function checkForm(){
<div
class=
"outer_container"
>
<div
class=
"wayf_box"
>
<div
class=
"header"
>
<a
href=
"http://www.switch.ch/aai"
><img
src=
"
<?php
echo
$imageURL
?>
/switchaai-logo.
gif
"
alt=
"SWITCHaai"
class=
"aai_logo"
></a><a
href=
"http://www.switch.ch/"
><img
src=
"
<?php
echo
$imageURL
?>
/switch-logo.
gif
"
alt=
"SWITCH"
class=
"switch_logo"
align=
"right"
></a>
<a
href=
"http://www.switch.ch/aai"
><img
src=
"
<?php
echo
$imageURL
?>
/switchaai-logo.
png
"
alt=
"SWITCHaai"
class=
"aai_logo"
></a><a
href=
"http://www.switch.ch/"
><img
src=
"
<?php
echo
$imageURL
?>
/switch-logo.
png
"
alt=
"SWITCH"
class=
"switch_logo"
align=
"right"
></a>
</div>
<div
class=
"content"
>
<ul
class=
"menu"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment