diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:32:08 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:32:08 +0200 | 
| commit | d1cc660caa87cb1d8a97fa2134a01f7212ef8b7f (patch) | |
| tree | e63a7c323473d1a44042f3830e1b38ef3ac0b9ca | |
| parent | CSS update (diff) | |
| download | gitjoe-www-d1cc660caa87cb1d8a97fa2134a01f7212ef8b7f.tar.gz gitjoe-www-d1cc660caa87cb1d8a97fa2134a01f7212ef8b7f.tar.bz2 gitjoe-www-d1cc660caa87cb1d8a97fa2134a01f7212ef8b7f.tar.xz gitjoe-www-d1cc660caa87cb1d8a97fa2134a01f7212ef8b7f.tar.zst gitjoe-www-d1cc660caa87cb1d8a97fa2134a01f7212ef8b7f.zip | |
CSS update
| -rw-r--r-- | css/gitjoe.css | 39 | 
1 files changed, 2 insertions, 37 deletions
| diff --git a/css/gitjoe.css b/css/gitjoe.css index f02f16a..19e5254 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -38,23 +38,6 @@ h1 {  	color: #292929;  } -footer { -	border-top: 1pt solid #ccc; -	background-color: #f1f1f1; -	clear: both; -	position: absolute; -	bottom: 0; -	width: 100%; -	height: 2rem; -	margin-top: -2rem; -} - -footer p { -	text-align: center; -	padding: 5px; -	margin: 0; -} -  a {  	margin: 0pt;  	border-collapse: collapse; @@ -84,26 +67,8 @@ a:active {  	text-decoration: none;  } -div.sidebar li { -	display: list-item; -} - -div.sidebar ul { -	padding: 0pt 0pt 0pt 1em; -	margin: 0; -	list-style: square; -} - -div.sidebar { -	float: right; -	background-color: #e4e4f0; -	border-left: 1pt solid #99c; -	border-bottom: 1pt solid #99c; -	margin-left: 2em; -	margin-bottom: 1em; -	min-width: 15%; -	padding: 5pt; -	border-radius: 0px 0px 0px 3px; +div#content tr :hover { +	background-color: #d1e2f4;  }  div.body-contents { | 
