diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2018-12-30 10:26:10 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2018-12-30 10:26:10 +0100 |
commit | 151ef6437bc2194252f53713f6567e02963c1f7a (patch) | |
tree | a57f41c33f1403b1d50449221751302ad867bfce /static | |
parent | 25395abcb95f1c75950b9f28e68ef2b10d32dba3 (diff) | |
parent | f7e3f97b71fa71b5880f31f1ea66e35e181a9711 (diff) |
Merge branch 'master' into contact-procedure-update
Diffstat (limited to 'static')
-rw-r--r-- | static/btn_buynowCC_LG.gif | bin | 0 -> 2941 bytes | |||
-rw-r--r-- | static/css/fripost.css | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/static/btn_buynowCC_LG.gif b/static/btn_buynowCC_LG.gif Binary files differnew file mode 100644 index 0000000..20314cf --- /dev/null +++ b/static/btn_buynowCC_LG.gif diff --git a/static/css/fripost.css b/static/css/fripost.css new file mode 100644 index 0000000..b7a235b --- /dev/null +++ b/static/css/fripost.css @@ -0,0 +1,22 @@ +.navbar-fripost { + background-color: inherit; + border-bottom: black thin solid; + border-radius: 0; + margin-top: 1em +} +.navbar-fripost a { + color: black; +} +.navbar-fripost .navbar-toggle .icon-bar { + background-color: black; +} +table { + border-collapse: separate; + border-spacing: 1ex; +} +table > tr > td { + padding: 0 1ex; +} +table > tr > th { + padding: 0 1ex; +} |