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; -}