From 3970c0a255a4cf4dcad4bf5c9bb4e412d10eae2b Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:22:34 +0000 Subject: [PATCH] Add new file --- s/indexstyle.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 s/indexstyle.css diff --git a/s/indexstyle.css b/s/indexstyle.css new file mode 100644 index 0000000..61b78aa --- /dev/null +++ b/s/indexstyle.css @@ -0,0 +1,5 @@ +* { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} \ No newline at end of file