Explorar o código

Tweaked background of table in education.css (#510)

Gabriel Jean %!s(int64=3) %!d(string=hai) anos
pai
achega
d93c49d82a
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      static/css/sections/education.css

+ 4 - 2
static/css/sections/education.css

@@ -1,6 +1,7 @@
 .education-section .education-info-table {
   width: 100%;
   border: none;
+  background: none;
 }
 
 .education-section .education-info-table tr:hover {
@@ -12,6 +13,7 @@
 .education-section .education-info-table td {
   border: none;
   padding: 0;
+  background: none;
 }
 
 .education-section .timeframe {
@@ -21,8 +23,8 @@
 
 .education-section h1 > span{
   margin-top: -55px;  /* Size of fixed header */
-  padding-bottom:55px; 
-  display: block; 
+  padding-bottom:55px;
+  display: block;
 }
 
 .education-section .icon {