diff options
author | prashantsinalkar | 2019-10-02 20:32:05 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-10-02 20:32:05 +0530 |
commit | cb37e15ceb336de7ba94d90805ef1531c47d5c96 (patch) | |
tree | 9cba0c741a7cfe3222e2c17401e72b2acc8dedf7 /static/website/css/fullscreen.css | |
parent | 76dcbadbf71febe93fb9d2ffd51b2f3ae54233a2 (diff) | |
parent | 070cb90095df4ab5bc7b6e28fd13bb12df29e1f7 (diff) | |
download | R_on_Cloud_Web_Interface-cb37e15ceb336de7ba94d90805ef1531c47d5c96.tar.gz R_on_Cloud_Web_Interface-cb37e15ceb336de7ba94d90805ef1531c47d5c96.tar.bz2 R_on_Cloud_Web_Interface-cb37e15ceb336de7ba94d90805ef1531c47d5c96.zip |
fixed conflict
Diffstat (limited to 'static/website/css/fullscreen.css')
-rw-r--r-- | static/website/css/fullscreen.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/static/website/css/fullscreen.css b/static/website/css/fullscreen.css deleted file mode 100644 index 2cb47e7..0000000 --- a/static/website/css/fullscreen.css +++ /dev/null @@ -1,7 +0,0 @@ -.CodeMirror-fullscreen { - position: fixed; - top: 0; left: 0; right: 0; bottom: 0; - height: auto; - z-index: 9; -} - |