aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read
diff options
context:
space:
mode:
authorNatalia Ventre <natalia.ventre@gmail.com>2012-02-09 18:27:16 -0200
committerNatalia Ventre <natalia.ventre@gmail.com>2012-02-09 18:27:16 -0200
commit0e03fdd699b4f743e79f92c936a22fcab2d0adea (patch)
tree9fbe0284fe48944de0c3c25104050060cbbd7fcb /Just-Read
parent5016e346195b989a5683d261ab51881b48832a6f (diff)
downloadpelican-themes-0e03fdd699b4f743e79f92c936a22fcab2d0adea.zip
pelican-themes-0e03fdd699b4f743e79f92c936a22fcab2d0adea.tar.gz
pelican-themes-0e03fdd699b4f743e79f92c936a22fcab2d0adea.tar.bz2
added border-box mixing
Diffstat (limited to 'Just-Read')
-rw-r--r--Just-Read/less/mixins.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/Just-Read/less/mixins.less b/Just-Read/less/mixins.less
index 2e895f9..356e9a3 100644
--- a/Just-Read/less/mixins.less
+++ b/Just-Read/less/mixins.less
@@ -43,4 +43,11 @@
-webkit-border-image: url(@url) @slice @repeat;
-o-border-image: url(@url) @slice @repeat;
border-image: url(@url) @slice @repeat;
+}
+
+.border-box{
+-webkit-box-sizing: border-box;
+-moz-box-sizing: border-box;
+-o-box-sizing: border-box;
+box-sizing: border-box;
} \ No newline at end of file