diff --git a/src/styles/bootstrap.scss b/src/styles/bootstrap.scss
index a3ee193e..ed5c767a 100644
--- a/src/styles/bootstrap.scss
+++ b/src/styles/bootstrap.scss
@@ -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 .
- *
- */
@import "compass";
@import "global/variables";
diff --git a/src/styles/font-awesome.scss b/src/styles/font-awesome.scss
index b3205e87..5ff54a0a 100644
--- a/src/styles/font-awesome.scss
+++ b/src/styles/font-awesome.scss
@@ -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 .
- *
- */
@import "compass";
@import "global/variables";
diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss
index 02e85db9..4cb2223f 100644
--- a/src/styles/global/_variables.scss
+++ b/src/styles/global/_variables.scss
@@ -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 .
- *
- */
// ** Custom Variables **
// --------------------------------------------------
diff --git a/static/css/bootstrap.min.css b/static/css/bootstrap.min.css
index 795e41cb..a9899067 100644
--- a/static/css/bootstrap.min.css
+++ b/static/css/bootstrap.min.css
@@ -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 .
- *
- */
/*
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
@@ -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 {
.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 {
.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 {
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 {
.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,
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;
diff --git a/static/css/font-awesome.min.css b/static/css/font-awesome.min.css
index 7bdd3355..f71d1d6a 100644
--- a/static/css/font-awesome.min.css
+++ b/static/css/font-awesome.min.css
@@ -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 .
- *
- */
/*
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)