summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:27:48 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:27:48 +0200
commit9dfb79cf361a70eda217574cd007aaea62534cca (patch)
tree993c867ceb7eea47059646adc0dce0b5f7bd3113
parentAdded git logo (diff)
downloadgitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.gz
gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.bz2
gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.xz
gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.tar.zst
gitjoe-www-9dfb79cf361a70eda217574cd007aaea62534cca.zip
Test
-rw-r--r--css/gitjoe.css31
1 files changed, 1 insertions, 30 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index 5e16d96..395e70b 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -31,7 +31,7 @@ header {
}
-header h1 {
+h1 {
font-size: x-large;
font-weight: bold;
text-align: center;
@@ -40,35 +40,6 @@ header h1 {
color: #292929;
}
-header a {
- margin: 0pt;
- border-collapse: collapse;
-}
-
-header a:link {
- color: #292929;
- background-color: transparent;
- text-decoration: none;
-}
-
-header a:visited {
- color: #292929;
- background-color: transparent;
- text-decoration: none;
-}
-
-header a:hover {
- color: #292929;
- background-color: transparent;
- text-decoration: none;
-}
-
-header a:active {
- color: #292929;
- background-color: transparent;
- text-decoration: none;
-}
-
footer {
border-top: 1pt solid #ccc;
background-color: #f1f1f1;