diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-18 17:10:44 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-18 17:30:56 +0100 |
commit | d2c3818c1851307cbf34456b031814efebd02f7e (patch) | |
tree | 4a3c83692b72745ec3396ff73f5f0d5b651251a2 | |
parent | 0997ae3b66779cce75927a65515c3474f3cdf5fb (diff) | |
download | gpigeon-d2c3818c1851307cbf34456b031814efebd02f7e.tar.gz gpigeon-d2c3818c1851307cbf34456b031814efebd02f7e.zip |
removed useless data from css (custom shit)
-rw-r--r-- | gpigeon.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gpigeon.css b/gpigeon.css index c823c80..2739deb 100644 --- a/gpigeon.css +++ b/gpigeon.css @@ -27,12 +27,6 @@ th,tr,td{ border:1px solid black; } -#crypto_secu{ - border: 1px solid black; - margin:5%; - float:bottom; -} - body{ font-family:sans-serif; width:80%; |