summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-12 13:06:36 +0300
committerAndrew Dolgov <[email protected]>2015-06-12 13:06:36 +0300
commit86b05f8661274e4bcf4a30caed2f8a105a392352 (patch)
tree0a85f6b35005ec3647338141d558899cfa40d4a2 /css
parent7624aa6e4042a66a60ca2ffb0035efcc3d8d51c5 (diff)
better feed debugger ui for f D
Diffstat (limited to 'css')
-rw-r--r--css/utility.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/utility.css b/css/utility.css
index 85f136ad9..77452a9a5 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -9,6 +9,11 @@ body {
max-width : 800px;
}
+body.small_margins {
+ margin : 1em;
+ max-width : none;
+}
+
form {
margin : 10px 0px 0px 0px;
padding : 0px;