Browse Source

Run cleanup.

pull/29/head
Evan Theurer 11 years ago
parent
commit
3b5a7688e6
  1. 20
      src/styles/bootstrap.scss
  2. 20
      src/styles/font-awesome.scss
  3. 20
      src/styles/global/_variables.scss
  4. 32
      static/css/bootstrap.min.css
  5. 20
      static/css/font-awesome.min.css

20
src/styles/bootstrap.scss vendored

@ -1,23 +1,3 @@ @@ -1,23 +1,3 @@
/*
* Spreed Speak Freely.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed Speak Freely.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
@import "compass";
@import "global/variables";

20
src/styles/font-awesome.scss vendored

@ -1,23 +1,3 @@ @@ -1,23 +1,3 @@
/*
* Spreed Speak Freely.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed Speak Freely.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
@import "compass";
@import "global/variables";

20
src/styles/global/_variables.scss

@ -1,23 +1,3 @@ @@ -1,23 +1,3 @@
/*
* Spreed Speak Freely.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed Speak Freely.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
// ** Custom Variables **
// --------------------------------------------------

32
static/css/bootstrap.min.css vendored

@ -1,23 +1,3 @@ @@ -1,23 +1,3 @@
/*
* Spreed Speak Freely.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed Speak Freely.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
@ -292,7 +272,7 @@ body { @@ -292,7 +272,7 @@ body {
font-size: 13px;
line-height: 1.42857;
color: #333333;
background-color: white; }
background-color: #e5e5e5; }
input,
button,
@ -330,7 +310,7 @@ img { @@ -330,7 +310,7 @@ img {
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: white;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
@ -1395,7 +1375,7 @@ th { @@ -1395,7 +1375,7 @@ th {
.table > tbody + tbody {
border-top: 2px solid #dddddd; }
.table .table {
background-color: white; }
background-color: #e5e5e5; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
@ -3200,7 +3180,7 @@ input[type="button"].btn-block { @@ -3200,7 +3180,7 @@ input[type="button"].btn-block {
border-color: #eeeeee #eeeeee #dddddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: white;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default; }
@ -3258,7 +3238,7 @@ input[type="button"].btn-block { @@ -3258,7 +3238,7 @@ input[type="button"].btn-block {
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: white; } }
border-bottom-color: #e5e5e5; } }
.tab-content > .tab-pane {
display: none; }
@ -3850,7 +3830,7 @@ a.list-group-item.active > .badge, @@ -3850,7 +3830,7 @@ a.list-group-item.active > .badge,
padding: 4px;
margin-bottom: 18px;
line-height: 1.42857;
background-color: white;
background-color: #e5e5e5;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;

20
static/css/font-awesome.min.css vendored

@ -1,23 +1,3 @@ @@ -1,23 +1,3 @@
/*
* Spreed Speak Freely.
* Copyright (C) 2013-2014 struktur AG
*
* This file is part of Spreed Speak Freely.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

Loading…
Cancel
Save