Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGabriel Jean <29616662+GabrielJean@users.noreply.github.com>2022-01-23 21:21:48 +0300
committerGitHub <noreply@github.com>2022-01-23 21:21:48 +0300
commitd93c49d82a173b9650ac87d860150988b9aa0540 (patch)
tree646abf19754334c5483cb83bd3fdb092991b7d04 /static
parent91f6b69fa78499a9583acbdb9c09de2bf646213f (diff)
Tweaked background of table in education.css (#510)
Diffstat (limited to 'static')
-rw-r--r--static/css/sections/education.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/sections/education.css b/static/css/sections/education.css
index 7e78496..0c163ba 100644
--- a/static/css/sections/education.css
+++ b/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 {