Commit ec6dc392 authored by d11e9's avatar d11e9

fix logo - return to white bg

parent dab8b388
...@@ -108,7 +108,8 @@ body { ...@@ -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 {
......
assets/img/sol.gif

3.09 KB | W: | H:

assets/img/sol.gif

2.26 KB | W: | H:

assets/img/sol.gif
assets/img/sol.gif
assets/img/sol.gif
assets/img/sol.gif
  • 2-up
  • Swipe
  • Onion skin
...@@ -64,7 +64,7 @@ THE SOFTWARE. ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment