Logos now in img to enable alt text and get rid of divs wrapped i anchors

This commit is contained in:
Peter Krantz 2014-03-23 12:02:09 +01:00
parent f1cc77c936
commit 4590e65bd4
2 changed files with 2 additions and 6 deletions

View File

@ -205,8 +205,6 @@ html, body{
position:absolute;
top: 5px;
left: 15px;
background-image:url(../images/jitsilogo.png);
background-repeat:no-repeat;
height: 31px;
width: 68px;
z-index:1;
@ -314,8 +312,6 @@ a.button:hover {
position:absolute;
top: 6px;
right: 15px;
background-image:url(../images/estoslogo.png);
background-repeat:no-repeat;
height: 25px;
width: 62px;
z-index:1;

View File

@ -38,8 +38,8 @@
</head>
<body>
<div id="header">
<a href="http://jitsi.org" target="_blank"><div id="leftlogo"></div></a>
<a href="http://www.estos.com/" target="_blank"><div id="rightlogo"></div></a>
<div id="leftlogo"><a href="http://jitsi.org" target="_blank"><img src="../images/jitsilogo.png" alt="Jitsi website" /></a></div>
<div id="rightlogo"><a href="http://www.estos.com/" target="_blank"><img src="../images/estoslogo.png" alt="ESTOS website" /></a></div>
<div role="toolbar" id="toolbar" tabindex="0">
<a role="button" aria-label="Mute / unmute" tabindex="0" onclick='buttonClick("#mute", "fa fa-microphone fa-lg fa fa-microphone-slash fa-lg");toggleAudio();'>
<i id="mute" class="fa fa-microphone fa-lg"></i></a>