aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-20 20:25:10 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-20 20:26:29 +0100
commita3d9855538e97901b8d70140e985d1ac530fbf29 (patch)
tree1be9968619d44ee0a3ae98bcdd1704626454b064 /styles.css
parent1208e3e3ffb1cc263d879f996b22e18c8b024d33 (diff)
downloadgpigeon-a3d9855538e97901b8d70140e985d1ac530fbf29.tar.gz
gpigeon-a3d9855538e97901b8d70140e985d1ac530fbf29.zip
fix Makefile and gpg key export during it.
- esthetic improvments too, in particular the links table: Added the correct id on the linkstable, the styles from css weren't applied. - some variables were used but not declared beforehand in the cookie check function in gpigeon-template.cgi. we fix that
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 50ab8ad..759edb0 100644
--- a/styles.css
+++ b/styles.css
@@ -19,6 +19,8 @@ h1, #msgbelow{
padding:10px;
font-size:110%;
margin:0;
+ border: 3px solid black;
+ border-bottom:none;
}
#linkstable td{