From bcfd12245df10b8b69206b74e342accb1b90227e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 17:52:31 +0200 Subject: [PATCH] Delete utilities.less --- .../owncloud_com/static/less/utilities.less | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100755 _shared_assets/themes/owncloud_com/static/less/utilities.less diff --git a/_shared_assets/themes/owncloud_com/static/less/utilities.less b/_shared_assets/themes/owncloud_com/static/less/utilities.less deleted file mode 100755 index 314b4ffdb..000000000 --- a/_shared_assets/themes/owncloud_com/static/less/utilities.less +++ /dev/null @@ -1,30 +0,0 @@ -// -// Utility classes -// -------------------------------------------------- - - -// Quick floats -.pull-right { - float: right; -} -.pull-left { - float: left; -} - -// Toggling content -.hide { - display: none; -} -.show { - display: block; -} - -// Visibility -.invisible { - visibility: hidden; -} - -// For Affix plugin -.affix { - position: fixed; -}