diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:45:58 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 17:45:58 +0200 |
commit | 1a63ba93b9bb91651280993cf3f5722e5c83b659 (patch) | |
tree | 9b19e99432f89a4b4762394a80645ed2ddc504ea | |
parent | CSS (diff) | |
download | gitjoe-www-1a63ba93b9bb91651280993cf3f5722e5c83b659.tar.gz gitjoe-www-1a63ba93b9bb91651280993cf3f5722e5c83b659.tar.bz2 gitjoe-www-1a63ba93b9bb91651280993cf3f5722e5c83b659.tar.xz gitjoe-www-1a63ba93b9bb91651280993cf3f5722e5c83b659.tar.zst gitjoe-www-1a63ba93b9bb91651280993cf3f5722e5c83b659.zip |
CSS update
-rw-r--r-- | css/gitjoe.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 153cdfb..8a0f87d 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -53,11 +53,10 @@ h1 { font-size: 140%; font-weight: bold; text-align: left; - padding: 0em 0em 0.25rem 0em; - margin: 0pt; - margin-top: 1em; + padding: 0; + margin: 0; + margin-top: 0; color: #24c; - border-bottom: 2px solid #24c; } td.td_author { |