aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/app.less
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-09-15 12:37:52 +1200
committerAldo Cortesi <aldo@nullcube.com>2014-09-15 12:37:52 +1200
commit563078df2473a2a65c1a408e4cb27e79c95b7c87 (patch)
tree0fcfbb6331032b73d07f969d9acfb8db8f893863 /web/src/css/app.less
parent2cefd05be934ded2fee61b10d93769e388f99230 (diff)
downloadmitmproxy-563078df2473a2a65c1a408e4cb27e79c95b7c87.tar.gz
mitmproxy-563078df2473a2a65c1a408e4cb27e79c95b7c87.tar.bz2
mitmproxy-563078df2473a2a65c1a408e4cb27e79c95b7c87.zip
Client-side cleanup
- Remove grunt - Formatting and spacing. There shall be 4 spaces in a tab. Not 3. Not 5. And 2 is right out.
Diffstat (limited to 'web/src/css/app.less')
-rw-r--r--web/src/css/app.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/css/app.less b/web/src/css/app.less
index 4efb8ceb..ff3c614c 100644
--- a/web/src/css/app.less
+++ b/web/src/css/app.less
@@ -1,10 +1,10 @@
// www.paulirish.com/2012/box-sizing-border-box-ftw/
html {
- box-sizing: border-box;
+ box-sizing: border-box;
}
*, *:before, *:after {
- box-sizing: inherit;
+ box-sizing: inherit;
}
@import (less) "layout.less";