aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-03-07 00:00:06 +0100
committerRobert Jaros <rjaros@finn.pl>2018-03-07 00:00:06 +0100
commit7e0902d1d5589798e5276f32706eb57e9ae8734b (patch)
tree103a85dd5b976e9c4f04f2881db0b26aa0573b9c /src/main/resources
parent81d884007830faf2de32062ab1ca4629d42a6d4d (diff)
downloadkvision-7e0902d1d5589798e5276f32706eb57e9ae8734b.tar.gz
kvision-7e0902d1d5589798e5276f32706eb57e9ae8734b.tar.bz2
kvision-7e0902d1d5589798e5276f32706eb57e9ae8734b.zip
Zero padding on fluid root container.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/css/style.css b/src/main/resources/css/style.css
index 851cbc53..444bf5c2 100644
--- a/src/main/resources/css/style.css
+++ b/src/main/resources/css/style.css
@@ -1,3 +1,7 @@
+.container-fluid {
+ padding: 0px;
+}
+
.splitpanel-vertical {
display: flex;
flex-direction: row;