diff --git a/res/common.css b/res/common.css index 8e9e90b..2959acd 100644 --- a/res/common.css +++ b/res/common.css @@ -311,7 +311,8 @@ ol li, ul li { padding-bottom: 0.9em } #footer { text-align: center; /* background: #2D2D2D;*/ - background-color: rgba(0, 0, 0, 0.2); +/* background-color: rgba(0, 0, 0, 0.2);*/ + background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2)); border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 15px;