summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss52
1 files changed, 12 insertions, 40 deletions
diff --git a/views/style.scss b/views/style.scss
index a23bb5d..f15fd21 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -1,49 +1,35 @@
-@media (min-width: 320px){
+/*@media (min-width: 320px){
.page-header{
- img.media-object{
- margin-left:0;
- }
+ //img.media-object{
+ // margin-left:0;
+ //}
background-color: #fff;
padding:10px 0 10px 0;
margin: 0;
- text-align:left;
+ //text-align:left;
//display:inline-block;
width:100%;
}
}
@media (min-width: 480px){
.page-header{
- img.media-object{
- margin-left:1em;
- }
+ //img.media-object{
+ // margin-left:1em;
+ //}
background-color: #fff;
padding:20px 0 20px 0;
margin: 0;
- text-align:center;
+ //text-align:center;
//display:inline-block;
width:100%;
}
+}*/
+.page-header {
+ background-color: #fff;
}
body {
background-color:#E7E7E7;
}
-table.table-borderless tbody tr td{
- border-top: none;
-}
-h4.head-back, h5.head-back{
- background-color: #E7E7E7;
-}
-.nav-tabs {
- background-color: #E7E7E7;
-
- li.active a:hover {
- background-color: #f5f5f5;
- }
-
- li a {
- //height: 7em;
- }
-}
img {
max-width: 100%;
max-height: 100%;
@@ -62,12 +48,6 @@ img {
.faq h1 {
text-align: center;
}
-.tablesorter-bootstrap thead .sorter-false {
- cursor: default;
-}
-.tablesorter-bootstrap thead {
- background-color: #E7E7E7;
-}
ul.share-buttons{
list-style: none;
}
@@ -82,14 +62,6 @@ ul.share-buttons{
width: 30px;
padding-right: 5px;
}
-supporters{
- text-align:center;
- img{
- width: 200px;
- margin: 1em;
- }
-}
-
.footer{
margin-top:3em;
}