diff options
author | Camil Staps | 2016-07-27 16:28:19 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 16:28:19 +0200 |
commit | 9714f3d8cc311f3b75a4727156de2ab33cf3895e (patch) | |
tree | 647d3370ad70827be8c83bfec9e98ae156c4ea9e /css/businessadmin.css | |
parent | Reorganise to have client use Model (diff) |
Removed redundant whitespace & retab
Diffstat (limited to 'css/businessadmin.css')
-rw-r--r-- | css/businessadmin.css | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/css/businessadmin.css b/css/businessadmin.css index 07bf218..e898740 100644 --- a/css/businessadmin.css +++ b/css/businessadmin.css @@ -1,17 +1,17 @@ /** * BusinessAdmin: administrative software for small companies * Copyright (C) 2015 Camil Staps (ViviSoft) - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -19,24 +19,24 @@ /* If you change the external URL of the control panel, also change the URLs below: */ @font-face { - font-family: Ubuntu; - src: url('/BusinessAdmin/fonts/Ubuntu-R.ttf'); + font-family: Ubuntu; + src: url('/BusinessAdmin/fonts/Ubuntu-R.ttf'); } @font-face { - font-family: Ubuntu; - font-style: italic; - src: url('/BusinessAdmin/fonts/Ubuntu-RI.ttf'); + font-family: Ubuntu; + font-style: italic; + src: url('/BusinessAdmin/fonts/Ubuntu-RI.ttf'); } @font-face { - font-family: Ubuntu; - font-weight: bold; - src: url('/BusinessAdmin/fonts/Ubuntu-B.ttf'); + font-family: Ubuntu; + font-weight: bold; + src: url('/BusinessAdmin/fonts/Ubuntu-B.ttf'); } @font-face { - font-family: Ubuntu; - font-style: italic; - font-weight: bold; - src: url('/BusinessAdmin/fonts/Ubuntu-BI.ttf'); + font-family: Ubuntu; + font-style: italic; + font-weight: bold; + src: url('/BusinessAdmin/fonts/Ubuntu-BI.ttf'); } /********************** Do not edit below this line **********************/ @@ -101,13 +101,13 @@ td .btn.btn-circle:last-child { } #collapse-menu { - margin-right: 16px; - margin-top: 16px; - float: right; + margin-right: 16px; + margin-top: 16px; + float: right; } @media (max-width: 767px) { - #collapse-menu { - display: none; - } + #collapse-menu { + display: none; + } } |