From 0408b28c2712157a6d4853042883be9f9e3e299f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 5 Apr 2015 18:14:57 +0300 Subject: client: rename edge_info to link_info for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done git mv src/client/view/edge_info.js src/client/view/link_info.js --- res/client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 2edf88b1..78bcb5bc 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -484,7 +484,7 @@ body.debug .debug-ui-right { font-size: 12px; float: right; } -.edge_info, .info { +.link_info, .info { color: #363636; background-color: white; -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); -- cgit v1.3.1