From 2155adef8cd1892e6daad519a97e3317fab223a6 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 18 Aug 2017 16:16:26 +0200 Subject: [PATCH] fix standard --- assets/css/browser-solidity.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 172a673762..0ac04b37e1 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -312,12 +312,12 @@ input[type="file"] { .highlightcode_fullLine { position:absolute; z-index:20; - background-color: hsla(0, 82%, 82%, .5); /* lightRed in style-guide.js */ ; + background-color: hsla(0, 82%, 82%, .5); /* lightRed in style-guide.js */ opacity: 0.5; } .ace_gutter-cell.ace_breakpoint{ - background-color: hsla(0, 82%, 82%, 1); // red in style-guide.js + background-color: hsla(0, 82%, 82%, 1); /* red in style-guide.js */ } /* The Modal (background) */