Change fonts and remove ugly table styling
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 16 Dec 2014 23:11:51 +0000 (01:11 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 16 Dec 2014 23:11:51 +0000 (01:11 +0200)
css/themes/cerulean.css
css/themes/cosmo.css
css/themes/cyborg.css
css/themes/slate.css

index eec10104f2787385274832f0bd41c53dabb14ec2..4ec74b3c09dda559a0be13f09873b3c15a516c70 100644 (file)
@@ -280,7 +280,7 @@ html {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 body {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: serif;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555555;
@@ -375,7 +375,7 @@ h6,
 .h4,
 .h5,
 .h6 {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: sans-serif;
   font-weight: 500;
   line-height: 1.1;
   color: #317eac;
index 5caa4728244a6e81acbd3732182ee6a94f6aaf4d..226f1b7be693500555e8f693fd0b50edb06e9c86 100644 (file)
@@ -1,4 +1,3 @@
-@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
 /*!
  * bootswatch v3.3.1+2
  * Homepage: http://bootswatch.com
@@ -281,7 +280,7 @@ html {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 body {
-  font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
+  font-family: serif;
   font-size: 15px;
   line-height: 1.42857143;
   color: #333333;
@@ -376,7 +375,7 @@ h6,
 .h4,
 .h5,
 .h6 {
-  font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
+  font-family: sans-serif;
   font-weight: 300;
   line-height: 1.1;
   color: inherit;
@@ -3541,34 +3540,6 @@ body {
 .text-info:hover {
   color: #9954bb;
 }
-table a:not(.btn),
-.table a:not(.btn) {
-  text-decoration: underline;
-}
-table .dropdown-menu a,
-.table .dropdown-menu a {
-  text-decoration: none;
-}
-table .success,
-.table .success,
-table .warning,
-.table .warning,
-table .danger,
-.table .danger,
-table .info,
-.table .info {
-  color: #fff;
-}
-table .success a,
-.table .success a,
-table .warning a,
-.table .warning a,
-table .danger a,
-.table .danger a,
-table .info a,
-.table .info a {
-  color: #fff;
-}
 .has-warning .help-block,
 .has-warning .control-label,
 .has-warning .form-control-feedback {
index 5f8248f0b15d9a5fab17e53bb365a0ff8f77b87f..c76a941285ba661dab3a72f5d017d98276ef7c32 100644 (file)
@@ -1,4 +1,3 @@
-@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
 /*!
  * bootswatch v3.3.1+2
  * Homepage: http://bootswatch.com
@@ -281,7 +280,7 @@ html {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 body {
-  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: serif;
   font-size: 14px;
   line-height: 1.42857143;
   color: #888888;
@@ -376,7 +375,7 @@ h6,
 .h4,
 .h5,
 .h6 {
-  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: sans-serif;
   font-weight: 500;
   line-height: 1.1;
   color: #ffffff;
@@ -3534,23 +3533,6 @@ button.close {
 .text-info:hover {
   color: #9933cc;
 }
-table,
-.table {
-  color: #fff;
-}
-table a:not(.btn),
-.table a:not(.btn) {
-  color: #fff;
-  text-decoration: underline;
-}
-table .dropdown-menu a,
-.table .dropdown-menu a {
-  text-decoration: none;
-}
-table .text-muted,
-.table .text-muted {
-  color: #888888;
-}
 .table-responsive > .table {
   background-color: #181818;
 }
index 9928c1c8260f7534c227288f840404ad36a927cc..4b2ea37688265d54a2450b4f979304645eeef880 100644 (file)
@@ -280,7 +280,7 @@ html {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 body {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: serif;
   font-size: 14px;
   line-height: 1.42857143;
   color: #c8c8c8;
@@ -375,7 +375,7 @@ h6,
 .h4,
 .h5,
 .h6 {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-family: sans-serif;
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
This page took 0.020656 seconds and 4 git commands to generate.