From 5f2e6accc9a0b790cccf1eba972123817ec7552a Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Mon, 15 Sep 2014 14:39:01 +0530 Subject: added tornado server config file --- website/css/fullscreen.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 website/css/fullscreen.css (limited to 'website/css/fullscreen.css') diff --git a/website/css/fullscreen.css b/website/css/fullscreen.css new file mode 100644 index 0000000..437acd8 --- /dev/null +++ b/website/css/fullscreen.css @@ -0,0 +1,6 @@ +.CodeMirror-fullscreen { + position: fixed; + top: 0; left: 0; right: 0; bottom: 0; + height: auto; + z-index: 9; +} -- cgit