fix logo - return to white bg

pull/1/head
d11e9 9 years ago
parent dab8b38889
commit ec6dc3928a
  1. 3
      assets/css/browser-solidity.css
  2. BIN
      assets/img/sol.gif
  3. 2
      index.html

@ -108,7 +108,8 @@ body {
#header #solIcon { #header #solIcon {
float: left; float: left;
height: 5em; height: 5.1em;
background-color: white;
} }
#header #menu { #header #menu {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -64,7 +64,7 @@ THE SOFTWARE.
<div id="righthand-panel"> <div id="righthand-panel">
<div id="header"> <div id="header">
<div id="menu"> <div id="menu">
<img id="solIcon" title="Solidity realtime compiler and runtime" src="assets/img/sol.gif" alt="Solidity realtime compiler and runtime"> <img id="solIcon" title="Solidity realtime compiler and runtime" src="assets/img/sol.svg" alt="Solidity realtime compiler and runtime">
<ul id="options"> <ul id="options">
<li class="txView active"><i class="fa fa-send"></i></li> <li class="txView active"><i class="fa fa-send"></i></li>
<li class="envView"><i class="fa fa-cube"></i></li> <li class="envView"><i class="fa fa-cube"></i></li>

Loading…
Cancel
Save