From 6fc2f688f8a9c679381d5e8cd003e35317cf144f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 5 Feb 2014 21:05:48 -0500 Subject: tabs to spaces --- flatly/bootswatch.less | 122 ++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'flatly') diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index b752c708..e5dd1c16 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -9,38 +9,38 @@ // Buttons ==================================================================== .btn:active { - .box-shadow(none); + .box-shadow(none); } .btn-group.open .dropdown-toggle { - .box-shadow(none); + .box-shadow(none); } // Typography ================================================================= .text-primary, .text-primary:hover { - color: @brand-primary; + color: @brand-primary; } .text-success, .text-success:hover { - color: @brand-success; + color: @brand-success; } .text-danger, .text-danger:hover { - color: @brand-danger; + color: @brand-danger; } .text-warning, .text-warning:hover { - color: @brand-warning; + color: @brand-warning; } .text-info, .text-info:hover { - color: @brand-info; + color: @brand-info; } // Tables ===================================================================== @@ -90,96 +90,96 @@ input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { - border-width: 2px; - .box-shadow(none); + border-width: 2px; + .box-shadow(none); - &:focus { - .box-shadow(none); - } + &:focus { + .box-shadow(none); + } } .has-warning { - .help-block, - .control-label { - color: @brand-warning; - } + .help-block, + .control-label { + color: @brand-warning; + } - .form-control, - .form-control:focus { - border: 2px solid @brand-warning; - } + .form-control, + .form-control:focus { + border: 2px solid @brand-warning; + } } .has-error { - .help-block, - .control-label { - color: @brand-danger; - } + .help-block, + .control-label { + color: @brand-danger; + } - .form-control, - .form-control:focus { - border: 2px solid @brand-danger; - } + .form-control, + .form-control:focus { + border: 2px solid @brand-danger; + } } .has-success { - .help-block, - .control-label { - color: @brand-success; - } + .help-block, + .control-label { + color: @brand-success; + } - .form-control, - .form-control:focus { - border: 2px solid @brand-success; - } + .form-control, + .form-control:focus { + border: 2px solid @brand-success; + } } // Navs ======================================================================= .nav { - .open > a, - .open > a:hover, - .open > a:focus { - border-color: transparent; - } + .open > a, + .open > a:hover, + .open > a:focus { + border-color: transparent; + } } .pager { - a, - a:hover { - color: #fff; - } + a, + a:hover { + color: #fff; + } - .disabled { - &>a, - &>a:hover, - &>a:focus, - &>span { - background-color: @pagination-disabled-bg; - } - } + .disabled { + &>a, + &>a:hover, + &>a:focus, + &>span { + background-color: @pagination-disabled-bg; + } + } } // Indicators ================================================================= .alert { - a, - .alert-link { - color: #fff; - text-decoration: underline; - } + a, + .alert-link { + color: #fff; + text-decoration: underline; + } } // Progress bars ============================================================== .progress { - height: 10px; - .box-shadow(none); + height: 10px; + .box-shadow(none); } // Containers ================================================================= .well { - .box-shadow(none); + .box-shadow(none); } -- cgit v1.2.3