diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-22 10:31:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-22 10:31:36 +0200 |
commit | b4dff3a9ff16811ea0310f5dbf4d7559c97835b0 (patch) | |
tree | 420f90afab7724b60128e2e8df5233b17e3a4a05 /view/css | |
parent | e807231e9192ff43ff2ee4ec96260dbb44a25cd2 (diff) | |
download | volse-hubzilla-b4dff3a9ff16811ea0310f5dbf4d7559c97835b0.tar.gz volse-hubzilla-b4dff3a9ff16811ea0310f5dbf4d7559c97835b0.tar.bz2 volse-hubzilla-b4dff3a9ff16811ea0310f5dbf4d7559c97835b0.zip |
provide headings for blocks and layouts
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_blocks.css | 3 | ||||
-rw-r--r-- | view/css/mod_layouts.css | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/view/css/mod_blocks.css b/view/css/mod_blocks.css new file mode 100644 index 000000000..117e99068 --- /dev/null +++ b/view/css/mod_blocks.css @@ -0,0 +1,3 @@ +#block-editor { + display: none; +} diff --git a/view/css/mod_layouts.css b/view/css/mod_layouts.css new file mode 100644 index 000000000..7f65713e7 --- /dev/null +++ b/view/css/mod_layouts.css @@ -0,0 +1,3 @@ +#layout-editor { + display: none; +} |