aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/window.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/window.css')
-rw-r--r--static/css/window.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/static/css/window.css b/static/css/window.css
index 23d1efed..e3a3da6e 100644
--- a/static/css/window.css
+++ b/static/css/window.css
@@ -5,7 +5,7 @@
-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
- width: 800px;
+ width: 100%;
margin: auto;
margin-top: 20px;
border: 1px solid #C1C2C2;
@@ -263,4 +263,15 @@ pre {
.uk-background-muted, .error-header {
background-color: #e8e8e8 !important;
+}
+
+code, pre {
+ width: 100%;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
+}
+
+#terminal {
+ background-color: black;
+ color: white;
} \ No newline at end of file