aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/app.less
diff options
context:
space:
mode:
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";