1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

Safari: code review for readability

This commit is contained in:
Chris 2015-03-16 18:09:06 -06:00
parent 3c9f5c0da1
commit cf3816b494

View File

@ -38,8 +38,8 @@ var onLoaded = function() {
dfPane = panes.children[1];
body.style.setProperty("width", "100%");
panes.style.setProperty("text-align", "right");
panes.style.setProperty("width", "100%");
panes.style.setProperty("text-align", "right");
dfPane.style.setProperty("display", "inline-block", "important");
var updateSize = function() {