From ed3ebc9a3e60116a49af8677c78ec5eeb677962a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 17:49:49 +0200 Subject: [PATCH] Delete layouts.less --- .../themes/owncloud_com/static/less/layouts.less | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 _shared_assets/themes/owncloud_com/static/less/layouts.less diff --git a/_shared_assets/themes/owncloud_com/static/less/layouts.less b/_shared_assets/themes/owncloud_com/static/less/layouts.less deleted file mode 100755 index 24a206211..000000000 --- a/_shared_assets/themes/owncloud_com/static/less/layouts.less +++ /dev/null @@ -1,16 +0,0 @@ -// -// Layouts -// -------------------------------------------------- - - -// Container (centered, fixed-width layouts) -.container { - .container-fixed(); -} - -// Fluid layouts (left aligned, with sidebar, min- & max-width content) -.container-fluid { - padding-right: @gridGutterWidth; - padding-left: @gridGutterWidth; - .clearfix(); -} \ No newline at end of file